#602427

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

Shades of Burnt Crimson #602427

Tints of Burnt Crimson #602427

Color information

#602427 (or 0x602427) is unknown color: approx Burnt Crimson. HEX triplet: 60, 24 and 27. RGB value is (96,36,39). Sum of RGB (Red+Green+Blue) = 96+36+39=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #602427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602427 is #9FDBD8. Grayscale: #363636. Windows color (decimal): -10476505 or 2565216. OLE color: 2565216.

HSL color Cylindrical-coordinate representation of color #602427: hue angle of 357º 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 #602427 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB963639-
CMYK00.620.590.62
HSL357º45.45%25.88%-
HSV(B)357º62.5%37.65%-
XYZ5.823.92.36-
YUV54.28119.38157.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.14%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 39 (15.62% from 255) = 22.81%
R=56.14%
G=21.05%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96363900.620.590.6235745.4525.88
Hex60242703E3B3E1652d1a
Octal140444707673765455532
Binary1100000100100100111011111011101111111010110010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602427; }

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

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

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

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

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

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

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

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