#59242C

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

Shades of Burnt Crimson #59242C

Tints of Burnt Crimson #59242C

Color information

#59242C (or 0x59242C) is unknown color: approx Burnt Crimson. HEX triplet: 59, 24 and 2C. RGB value is (89,36,44). Sum of RGB (Red+Green+Blue) = 89+36+44=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59242C is #A6DBD3. Grayscale: #343434. Windows color (decimal): -10935252 or 2892889. OLE color: 2892889.

HSL color Cylindrical-coordinate representation of color #59242C: hue angle of 350.94º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59242C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB893644-
CMYK00.600.510.65
HSL350.94º42.4%24.51%-
HSV(B)350.94º59.55%34.9%-
XYZ5.213.572.8-
YUV52.76123.06153.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=52.66%
G=21.30%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89364400.600.510.65350.9442.424.51
Hex59242C03C334115f2a19
Octal1314454074631015375231
Binary10110011001001011000111100110011100000110101111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59242C; }

 p { color: rgb(89,36,44); }

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

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

 a { background-color: rgb(89,36,44); }

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

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

 span { border-color: rgb(89,36,44); }

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