Shades of Burnt Crimson #5D090B
Tints of Burnt Crimson #5D090B
RGB
CMYK
RGB Variations
Color information
#5D090B (or 0x5D090B) is known color: Burnt Crimson. HEX triplet: 5D, 09 and 0B. RGB value is (93,9,11). Sum of RGB (Red+Green+Blue) = 93+9+11=113 (14% of max value = 765). Red value is 93 (36.72% from 255 or 82.30% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 93 - color contains mainly: red. Hex color #5D090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D090B is #A2F6F4. Grayscale: #222222. Windows color (decimal): -10680053 or 723293. OLE color: 723293.
HSL color Cylindrical-coordinate representation of color #5D090B: hue angle of 358.57º 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 #5D090B is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 9 | 11 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.64 |
| HSL | 358.57º | 0.82% | 0.2% | - |
| HSV(B) | 358.57º | 0.9% | 0.36% | - |
| XYZ | 4.67 | 2.55 | 0.56 | - |
| YUV | 34.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 11 | 0 | 0.90 | 0.88 | 0.64 | 358.57 | 0.82 | 0.2 |
| Hex | 5D | 9 | B | 0 | 5A | 58 | 40 | 167 | 52 | 14 |
| Octal | 135 | 11 | 13 | 0 | 132 | 130 | 100 | 547 | 122 | 24 |
| Binary | 1011101 | 1001 | 1011 | 0 | 1011010 | 1011000 | 1000000 | 101100111 | 1010010 | 10100 |
Color Harmonies of #5D090B
Complementary color
Monochromatic Colors of #5D090B
Black with #5D090B
Text Example
Text Example
White with #5D090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D090B; }
p { color: rgb(93,9,11); }
H1.HeaderClassName
{
color: #5D090B;
}
.AnyTagClassName
{
color: #5D090B;
}
</style>
background-color css
<style>
a { background-color: #5D090B; }
a { background-color: rgb(93,9,11); }
div.DivClassName
{
background-color: #5D090B;
}
.BgClassName
{
background-color: #5D090B;
}
</style>
border-color css
<style>
span { border-color: #5D090B; }
span { border-color: rgb(93,9,11); }
td.TdClassName
{
border-color: #5D090B;
}
.TagClassName
{
border-color: #5D090B;
}
</style>