#612431

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

Shades of Claret #612431

Tints of Claret #612431

Color information

#612431 (or 0x612431) is unknown color: approx Claret. HEX triplet: 61, 24 and 31. RGB value is (97,36,49). Sum of RGB (Red+Green+Blue) = 97+36+49=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #612431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612431 is #9EDBCE. Grayscale: #373737. Windows color (decimal): -10410959 or 3220577. OLE color: 3220577.

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

Color convert

RGB973649-
CMYK00.630.490.62
HSL347.21º45.86%26.08%-
HSV(B)347.21º62.89%38.04%-
XYZ6.124.023.36-
YUV55.72124.21157.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 49 (19.53% from 255) = 26.92%
R=53.30%
G=19.78%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97364900.630.490.62347.2145.8626.08
Hex61243103F313E15b2e1a
Octal141446107761765335632
Binary1100001100100110001011111111000111111010101101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612431; }

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

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

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

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

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

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

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

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