Shades of Burnt Crimson #59080B
Tints of Burnt Crimson #59080B
RGB
CMYK
RGB Variations
Color information
#59080B (or 0x59080B) is known color: Burnt Crimson. HEX triplet: 59, 08 and 0B. RGB value is (89,8,11). Sum of RGB (Red+Green+Blue) = 89+8+11=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #59080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59080B is #A6F7F4. Grayscale: #202020. Windows color (decimal): -10942453 or 723033. OLE color: 723033.
HSL color Cylindrical-coordinate representation of color #59080B: hue angle of 357.78º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59080B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 8 | 11 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.65 |
| HSL | 357.78º | 0.84% | 0.19% | - |
| HSV(B) | 357.78º | 0.91% | 0.35% | - |
| XYZ | 4.27 | 2.32 | 0.54 | - |
| YUV | 32.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 11 | 0 | 0.91 | 0.88 | 0.65 | 357.78 | 0.84 | 0.19 |
| Hex | 59 | 8 | B | 0 | 5B | 58 | 41 | 166 | 54 | 13 |
| Octal | 131 | 10 | 13 | 0 | 133 | 130 | 101 | 546 | 124 | 23 |
| Binary | 1011001 | 1000 | 1011 | 0 | 1011011 | 1011000 | 1000001 | 101100110 | 1010100 | 10011 |
Color Harmonies of #59080B
Complementary color
Monochromatic Colors of #59080B
Black with #59080B
Text Example
Text Example
White with #59080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59080B; }
p { color: rgb(89,8,11); }
H1.HeaderClassName
{
color: #59080B;
}
.AnyTagClassName
{
color: #59080B;
}
</style>
background-color css
<style>
a { background-color: #59080B; }
a { background-color: rgb(89,8,11); }
div.DivClassName
{
background-color: #59080B;
}
.BgClassName
{
background-color: #59080B;
}
</style>
border-color css
<style>
span { border-color: #59080B; }
span { border-color: rgb(89,8,11); }
td.TdClassName
{
border-color: #59080B;
}
.TagClassName
{
border-color: #59080B;
}
</style>