#592225

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

Shades of Burnt Crimson #592225

Tints of Burnt Crimson #592225

Color information

#592225 (or 0x592225) is unknown color: approx Burnt Crimson. HEX triplet: 59, 22 and 25. RGB value is (89,34,37). Sum of RGB (Red+Green+Blue) = 89+34+37=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #592225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592225 is #A6DDDA. Grayscale: #323232. Windows color (decimal): -10935771 or 2433625. OLE color: 2433625.

HSL color Cylindrical-coordinate representation of color #592225: hue angle of 356.73º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #592225 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB893437-
CMYK00.620.580.65
HSL356.73º44.72%24.12%-
HSV(B)356.73º61.8%34.9%-
XYZ5.033.42.14-
YUV50.79120.22155.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.62%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=55.62%
G=21.25%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89343700.620.580.65356.7344.7224.12
Hex59222503E3A411652d18
Octal1314245076721015455530
Binary10110011000101001010111110111010100000110110010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592225; }

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

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

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

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

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

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

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

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