Shades of Burnt Crimson #5B090B
Tints of Burnt Crimson #5B090B
RGB
CMYK
RGB Variations
Color information
#5B090B (or 0x5B090B) is known color: Burnt Crimson. HEX triplet: 5B, 09 and 0B. RGB value is (91,9,11). Sum of RGB (Red+Green+Blue) = 91+9+11=111 (14% of max value = 765). Red value is 91 (35.94% from 255 or 81.98% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 91 - color contains mainly: red. Hex color #5B090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B090B is #A4F6F4. Grayscale: #212121. Windows color (decimal): -10811125 or 723291. OLE color: 723291.
HSL color Cylindrical-coordinate representation of color #5B090B: hue angle of 358.54º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B090B is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 9 | 11 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.64 |
| HSL | 358.54º | 0.82% | 0.2% | - |
| HSV(B) | 358.54º | 0.9% | 0.36% | - |
| XYZ | 4.47 | 2.44 | 0.55 | - |
| YUV | 33.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 11 | 0 | 0.90 | 0.88 | 0.64 | 358.54 | 0.82 | 0.2 |
| Hex | 5B | 9 | B | 0 | 5A | 58 | 40 | 167 | 52 | 14 |
| Octal | 133 | 11 | 13 | 0 | 132 | 130 | 100 | 547 | 122 | 24 |
| Binary | 1011011 | 1001 | 1011 | 0 | 1011010 | 1011000 | 1000000 | 101100111 | 1010010 | 10100 |
Color Harmonies of #5B090B
Complementary color
Monochromatic Colors of #5B090B
Black with #5B090B
Text Example
Text Example
White with #5B090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B090B; }
p { color: rgb(91,9,11); }
H1.HeaderClassName
{
color: #5B090B;
}
.AnyTagClassName
{
color: #5B090B;
}
</style>
background-color css
<style>
a { background-color: #5B090B; }
a { background-color: rgb(91,9,11); }
div.DivClassName
{
background-color: #5B090B;
}
.BgClassName
{
background-color: #5B090B;
}
</style>
border-color css
<style>
span { border-color: #5B090B; }
span { border-color: rgb(91,9,11); }
td.TdClassName
{
border-color: #5B090B;
}
.TagClassName
{
border-color: #5B090B;
}
</style>