#602431

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

Shades of Claret #602431

Tints of Claret #602431

Color information

#602431 (or 0x602431) is unknown color: approx Claret. HEX triplet: 60, 24 and 31. RGB value is (96,36,49). Sum of RGB (Red+Green+Blue) = 96+36+49=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #602431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602431 is #9FDBCE. Grayscale: #373737. Windows color (decimal): -10476495 or 3220576. OLE color: 3220576.

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

Color convert

RGB963649-
CMYK00.620.490.62
HSL347º45.45%25.88%-
HSV(B)347º62.5%37.65%-
XYZ6.013.973.36-
YUV55.42124.38156.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 36 (14.45% from 255) = 19.89%
BLUE value IS 49 (19.53% from 255) = 27.07%
R=53.04%
G=19.89%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96364900.620.490.6234745.4525.88
Hex60243103E313E15b2d1a
Octal140446107661765335532
Binary1100000100100110001011111011000111111010101101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602431; }

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

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

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

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

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

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

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

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