Html Css Color HEX #602227 Burnt Crimson

📋 copy color: '#602227'

red 96 ◦ green 34 ◦ blue 39

#602227
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #602227

Tints of Burnt Crimson #602227

RGB

 RED value IS 96 (37.89% from 255) = 56.8%

 GREEN value IS 34 (13.67% from 255) = 20.12%

 BLUE value IS 39 (15.63% from 255) = 23.08%

R = 56.8%
G = 20.12%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#602227 (or 0x602227) is known color: 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

RGB 96 34 39 -
CMYK 0 0.65 0.59 0.62
HSL 355.16º 0.48% 0.25% -
HSV(B) 355.16º 0.65% 0.38% -
XYZ 5.76 3.78 2.34 -
YUV 53.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 96 34 39 0 0.65 0.59 0.62 355.16 0.48 0.25
Hex 60 22 27 0 41 3B 3E 163 30 19
Octal 140 42 47 0 101 73 76 543 60 31
Binary 1100000 100010 100111 0 1000001 111011 111110 101100011 110000 11001

Color Harmonies of #602227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602227

Black with #602227

Text Example


Text Example

White with #602227

Text Example


Text Example

HTML Codes & Css Web 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>