#611431

Color #611431 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #611431

Tints of Claret #611431

Color information

#611431 (or 0x611431) is unknown color: approx Claret. HEX triplet: 61, 14 and 31. RGB value is (97,20,49). Sum of RGB (Red+Green+Blue) = 97+20+49=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #611431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611431 is #9EEBCE. Grayscale: #2E2E2E. Windows color (decimal): -10415055 or 3216481. OLE color: 3216481.

HSL color Cylindrical-coordinate representation of color #611431: hue angle of 337.4º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #611431 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB972049-
CMYK00.790.490.62
HSL337.4º65.81%22.94%-
HSV(B)337.4º79.38%38.04%-
XYZ5.733.263.23-
YUV46.33129.51164.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=58.43%
G=12.05%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97204900.790.490.62337.465.8122.94
Hex61143104F313E1514217
Octal14124610117617652110227
Binary11000011010011000101001111110001111110101010001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611431; }

 p { color: rgb(97,20,49); }

 H1.HeaderClassName
 {
   color: #611431;
 }
 .AnyTagClassName
 {
   color: #611431;
 }
</style>
background-color css

<style>
 a { background-color: #611431; }

 a { background-color: rgb(97,20,49); }

 div.DivClassName
 {
   background-color: #611431;
 }
 .BgClassName
 {
   background-color: #611431;
 }
</style>
border-color css

<style>
 span { border-color: #611431; }

 span { border-color: rgb(97,20,49); }

 td.TdClassName
 {
   border-color: #611431;
 }
 .TagClassName
 {
   border-color: #611431;
 }
</style>