Shades of Burnt Crimson #59181C
Tints of Burnt Crimson #59181C
RGB
CMYK
RGB Variations
Color information
#59181C (or 0x59181C) is known color: Burnt Crimson. HEX triplet: 59, 18 and 1C. RGB value is (89,24,28). Sum of RGB (Red+Green+Blue) = 89+24+28=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #59181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59181C is #A6E7E3. Grayscale: #2B2B2B. Windows color (decimal): -10938340 or 1841241. OLE color: 1841241.
HSL color Cylindrical-coordinate representation of color #59181C: hue angle of 356.31º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59181C is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 24 | 28 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.65 |
| HSL | 356.31º | 0.58% | 0.22% | - |
| HSV(B) | 356.31º | 0.73% | 0.35% | - |
| XYZ | 4.66 | 2.86 | 1.41 | - |
| YUV | 43.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 28 | 0 | 0.73 | 0.69 | 0.65 | 356.31 | 0.58 | 0.22 |
| Hex | 59 | 18 | 1C | 0 | 49 | 45 | 41 | 164 | 3A | 16 |
| Octal | 131 | 30 | 34 | 0 | 111 | 105 | 101 | 544 | 72 | 26 |
| Binary | 1011001 | 11000 | 11100 | 0 | 1001001 | 1000101 | 1000001 | 101100100 | 111010 | 10110 |
Color Harmonies of #59181C
Complementary color
Monochromatic Colors of #59181C
Black with #59181C
Text Example
Text Example
White with #59181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59181C; }
p { color: rgb(89,24,28); }
H1.HeaderClassName
{
color: #59181C;
}
.AnyTagClassName
{
color: #59181C;
}
</style>
background-color css
<style>
a { background-color: #59181C; }
a { background-color: rgb(89,24,28); }
div.DivClassName
{
background-color: #59181C;
}
.BgClassName
{
background-color: #59181C;
}
</style>
border-color css
<style>
span { border-color: #59181C; }
span { border-color: rgb(89,24,28); }
td.TdClassName
{
border-color: #59181C;
}
.TagClassName
{
border-color: #59181C;
}
</style>