Shades of Burnt Crimson #56090B
Tints of Burnt Crimson #56090B
RGB
CMYK
RGB Variations
Color information
#56090B (or 0x56090B) is known color: Burnt Crimson. HEX triplet: 56, 09 and 0B. RGB value is (86,9,11). Sum of RGB (Red+Green+Blue) = 86+9+11=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #56090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56090B is #A9F6F4. Grayscale: #202020. Windows color (decimal): -11138805 or 723286. OLE color: 723286.
HSL color Cylindrical-coordinate representation of color #56090B: hue angle of 358.44º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56090B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 9 | 11 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.66 |
| HSL | 358.44º | 0.81% | 0.19% | - |
| HSV(B) | 358.44º | 0.9% | 0.34% | - |
| XYZ | 4 | 2.2 | 0.53 | - |
| YUV | 32.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 11 | 0 | 0.90 | 0.87 | 0.66 | 358.44 | 0.81 | 0.19 |
| Hex | 56 | 9 | B | 0 | 5A | 57 | 42 | 166 | 51 | 13 |
| Octal | 126 | 11 | 13 | 0 | 132 | 127 | 102 | 546 | 121 | 23 |
| Binary | 1010110 | 1001 | 1011 | 0 | 1011010 | 1010111 | 1000010 | 101100110 | 1010001 | 10011 |
Color Harmonies of #56090B
Complementary color
Monochromatic Colors of #56090B
Black with #56090B
Text Example
Text Example
White with #56090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56090B; }
p { color: rgb(86,9,11); }
H1.HeaderClassName
{
color: #56090B;
}
.AnyTagClassName
{
color: #56090B;
}
</style>
background-color css
<style>
a { background-color: #56090B; }
a { background-color: rgb(86,9,11); }
div.DivClassName
{
background-color: #56090B;
}
.BgClassName
{
background-color: #56090B;
}
</style>
border-color css
<style>
span { border-color: #56090B; }
span { border-color: rgb(86,9,11); }
td.TdClassName
{
border-color: #56090B;
}
.TagClassName
{
border-color: #56090B;
}
</style>