Shades of Burnt Crimson #59181B
Tints of Burnt Crimson #59181B
RGB
CMYK
RGB Variations
Color information
#59181B (or 0x59181B) is known color: Burnt Crimson. HEX triplet: 59, 18 and 1B. RGB value is (89,24,27). Sum of RGB (Red+Green+Blue) = 89+24+27=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #59181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59181B is #A6E7E4. Grayscale: #2B2B2B. Windows color (decimal): -10938341 or 1775705. OLE color: 1775705.
HSL color Cylindrical-coordinate representation of color #59181B: hue angle of 357.23º 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 #59181B is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 24 | 27 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.65 |
| HSL | 357.23º | 0.58% | 0.22% | - |
| HSV(B) | 357.23º | 0.73% | 0.35% | - |
| XYZ | 4.64 | 2.86 | 1.34 | - |
| YUV | 43.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 27 | 0 | 0.73 | 0.70 | 0.65 | 357.23 | 0.58 | 0.22 |
| Hex | 59 | 18 | 1B | 0 | 49 | 46 | 41 | 165 | 3A | 16 |
| Octal | 131 | 30 | 33 | 0 | 111 | 106 | 101 | 545 | 72 | 26 |
| Binary | 1011001 | 11000 | 11011 | 0 | 1001001 | 1000110 | 1000001 | 101100101 | 111010 | 10110 |
Color Harmonies of #59181B
Complementary color
Monochromatic Colors of #59181B
Black with #59181B
Text Example
Text Example
White with #59181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59181B; }
p { color: rgb(89,24,27); }
H1.HeaderClassName
{
color: #59181B;
}
.AnyTagClassName
{
color: #59181B;
}
</style>
background-color css
<style>
a { background-color: #59181B; }
a { background-color: rgb(89,24,27); }
div.DivClassName
{
background-color: #59181B;
}
.BgClassName
{
background-color: #59181B;
}
</style>
border-color css
<style>
span { border-color: #59181B; }
span { border-color: rgb(89,24,27); }
td.TdClassName
{
border-color: #59181B;
}
.TagClassName
{
border-color: #59181B;
}
</style>