#602225

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

Shades of Burnt Crimson #602225

Tints of Burnt Crimson #602225

Color information

#602225 (or 0x602225) is unknown color: approx Burnt Crimson. HEX triplet: 60, 22 and 25. RGB value is (96,34,37). Sum of RGB (Red+Green+Blue) = 96+34+37=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #602225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602225 is #9FDDDA. Grayscale: #343434. Windows color (decimal): -10477019 or 2433632. OLE color: 2433632.

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

Color convert

RGB963437-
CMYK00.650.610.62
HSL357.1º47.69%25.49%-
HSV(B)357.1º64.58%37.65%-
XYZ5.733.762.17-
YUV52.88119.04158.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 34 (13.67% from 255) = 20.36%
BLUE value IS 37 (14.84% from 255) = 22.16%
R=57.49%
G=20.36%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96343700.650.610.62357.147.6925.49
Hex6022250413D3E1653019
Octal1404245010175765456031
Binary11000001000101001010100000111110111111010110010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602225; }

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

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

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

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

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

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

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

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