#602124

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

Shades of Burnt Crimson #602124

Tints of Burnt Crimson #602124

Color information

#602124 (or 0x602124) is unknown color: approx Burnt Crimson. HEX triplet: 60, 21 and 24. RGB value is (96,33,36). Sum of RGB (Red+Green+Blue) = 96+33+36=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #602124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602124 is #9FDEDB. Grayscale: #343434. Windows color (decimal): -10477276 or 2367840. OLE color: 2367840.

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

Color convert

RGB963336-
CMYK00.660.620.62
HSL357.14º48.84%25.29%-
HSV(B)357.14º65.62%37.65%-
XYZ5.693.72.08-
YUV52.18118.87159.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.18%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=58.18%
G=20%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96333600.660.620.62357.1448.8425.29
Hex6021240423E3E1653119
Octal1404144010276765456131
Binary11000001000011001000100001011111011111010110010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602124; }

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

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

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

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

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

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

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

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