#602227

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

Shades of Burnt Crimson #602227

Tints of Burnt Crimson #602227

Color information

#602227 (or 0x602227) is unknown color: approx Burnt Crimson. HEX triplet: 60, 22 and 27. RGB value is (96,34,39). Sum of RGB (Red+Green+Blue) = 96+34+39=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #602227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602227 is #9FDDD8. Grayscale: #353535. Windows color (decimal): -10477017 or 2564704. OLE color: 2564704.

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

Color convert

RGB963439-
CMYK00.650.590.62
HSL355.16º47.69%25.49%-
HSV(B)355.16º64.58%37.65%-
XYZ5.763.782.34-
YUV53.11120.04158.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.80%
GREEN value IS 34 (13.67% from 255) = 20.12%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=56.80%
G=20.12%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96343900.650.590.62355.1647.6925.49
Hex6022270413B3E1633019
Octal1404247010173765436031
Binary11000001000101001110100000111101111111010110001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602227; }

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

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

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

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

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

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

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

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