#602425

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

Shades of Burnt Crimson #602425

Tints of Burnt Crimson #602425

Color information

#602425 (or 0x602425) is unknown color: approx Burnt Crimson. HEX triplet: 60, 24 and 25. RGB value is (96,36,37). Sum of RGB (Red+Green+Blue) = 96+36+37=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #602425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602425 is #9FDBDA. Grayscale: #363636. Windows color (decimal): -10476507 or 2434144. OLE color: 2434144.

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

Color convert

RGB963637-
CMYK00.620.610.62
HSL359º45.45%25.88%-
HSV(B)359º62.5%37.65%-
XYZ5.793.882.19-
YUV54.05118.38157.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.80%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 37 (14.84% from 255) = 21.89%
R=56.80%
G=21.30%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96363700.620.610.6235945.4525.88
Hex60242503E3D3E1672d1a
Octal140444507675765475532
Binary1100000100100100101011111011110111111010110011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602425; }

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

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

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

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

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

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

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

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