Shades of Burnt Crimson #5B080C
Tints of Burnt Crimson #5B080C
RGB
CMYK
RGB Variations
Color information
#5B080C (or 0x5B080C) is known color: Burnt Crimson. HEX triplet: 5B, 08 and 0C. RGB value is (91,8,12). Sum of RGB (Red+Green+Blue) = 91+8+12=111 (14% of max value = 765). Red value is 91 (35.94% from 255 or 81.98% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 91 - color contains mainly: red. Hex color #5B080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B080C is #A4F7F3. Grayscale: #212121. Windows color (decimal): -10811380 or 788571. OLE color: 788571.
HSL color Cylindrical-coordinate representation of color #5B080C: hue angle of 357.11º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B080C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 8 | 12 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.64 |
| HSL | 357.11º | 0.84% | 0.19% | - |
| HSV(B) | 357.11º | 0.91% | 0.36% | - |
| XYZ | 4.47 | 2.42 | 0.58 | - |
| YUV | 33.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 12 | 0 | 0.91 | 0.87 | 0.64 | 357.11 | 0.84 | 0.19 |
| Hex | 5B | 8 | C | 0 | 5B | 57 | 40 | 165 | 54 | 13 |
| Octal | 133 | 10 | 14 | 0 | 133 | 127 | 100 | 545 | 124 | 23 |
| Binary | 1011011 | 1000 | 1100 | 0 | 1011011 | 1010111 | 1000000 | 101100101 | 1010100 | 10011 |
Color Harmonies of #5B080C
Complementary color
Monochromatic Colors of #5B080C
Black with #5B080C
Text Example
Text Example
White with #5B080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B080C; }
p { color: rgb(91,8,12); }
H1.HeaderClassName
{
color: #5B080C;
}
.AnyTagClassName
{
color: #5B080C;
}
</style>
background-color css
<style>
a { background-color: #5B080C; }
a { background-color: rgb(91,8,12); }
div.DivClassName
{
background-color: #5B080C;
}
.BgClassName
{
background-color: #5B080C;
}
</style>
border-color css
<style>
span { border-color: #5B080C; }
span { border-color: rgb(91,8,12); }
td.TdClassName
{
border-color: #5B080C;
}
.TagClassName
{
border-color: #5B080C;
}
</style>