Shades of Burnt Crimson #59242C
Tints of Burnt Crimson #59242C
RGB
CMYK
RGB Variations
Color information
#59242C (or 0x59242C) is known color: 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
| RGB | 89 | 36 | 44 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.65 |
| HSL | 350.94º | 0.42% | 0.25% | - |
| HSV(B) | 350.94º | 0.6% | 0.35% | - |
| XYZ | 5.21 | 3.57 | 2.8 | - |
| YUV | 52.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 44 | 0 | 0.60 | 0.51 | 0.65 | 350.94 | 0.42 | 0.25 |
| Hex | 59 | 24 | 2C | 0 | 3C | 33 | 41 | 15F | 2A | 19 |
| Octal | 131 | 44 | 54 | 0 | 74 | 63 | 101 | 537 | 52 | 31 |
| Binary | 1011001 | 100100 | 101100 | 0 | 111100 | 110011 | 1000001 | 101011111 | 101010 | 11001 |
Color Harmonies of #59242C
Complementary color
Monochromatic Colors of #59242C
Black with #59242C
Text Example
Text Example
White with #59242C
Text Example
Text Example
HTML Codes & Css Web 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>