#592529

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

Shades of Burnt Crimson #592529

Tints of Burnt Crimson #592529

Color information

#592529 (or 0x592529) is unknown color: approx Burnt Crimson. HEX triplet: 59, 25 and 29. RGB value is (89,37,41). Sum of RGB (Red+Green+Blue) = 89+37+41=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #592529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592529 is #A6DAD6. Grayscale: #353535. Windows color (decimal): -10934999 or 2696537. OLE color: 2696537.

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

Color convert

RGB893741-
CMYK00.580.540.65
HSL355.38º41.27%24.71%-
HSV(B)355.38º58.43%34.9%-
XYZ5.183.612.52-
YUV53121.23153.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.29%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=53.29%
G=22.16%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89374100.580.540.65355.3841.2724.71
Hex59252903A36411632919
Octal1314551072661015435131
Binary10110011001011010010111010110110100000110110001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592529; }

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

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

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

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

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

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

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

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