Shades of Burnt Crimson #5D090A
Tints of Burnt Crimson #5D090A
RGB
CMYK
RGB Variations
Color information
#5D090A (or 0x5D090A) is known color: Burnt Crimson. HEX triplet: 5D, 09 and 0A. RGB value is (93,9,10). Sum of RGB (Red+Green+Blue) = 93+9+10=112 (14% of max value = 765). Red value is 93 (36.72% from 255 or 83.04% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 93 - color contains mainly: red. Hex color #5D090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D090A is #A2F6F5. Grayscale: #222222. Windows color (decimal): -10680054 or 657757. OLE color: 657757.
HSL color Cylindrical-coordinate representation of color #5D090A: hue angle of 359.29º 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 #5D090A is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 9 | 10 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.64 |
| HSL | 359.29º | 0.82% | 0.2% | - |
| HSV(B) | 359.29º | 0.9% | 0.36% | - |
| XYZ | 4.67 | 2.54 | 0.53 | - |
| YUV | 34.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 10 | 0 | 0.90 | 0.89 | 0.64 | 359.29 | 0.82 | 0.2 |
| Hex | 5D | 9 | A | 0 | 5A | 59 | 40 | 167 | 52 | 14 |
| Octal | 135 | 11 | 12 | 0 | 132 | 131 | 100 | 547 | 122 | 24 |
| Binary | 1011101 | 1001 | 1010 | 0 | 1011010 | 1011001 | 1000000 | 101100111 | 1010010 | 10100 |
Color Harmonies of #5D090A
Complementary color
Monochromatic Colors of #5D090A
Black with #5D090A
Text Example
Text Example
White with #5D090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D090A; }
p { color: rgb(93,9,10); }
H1.HeaderClassName
{
color: #5D090A;
}
.AnyTagClassName
{
color: #5D090A;
}
</style>
background-color css
<style>
a { background-color: #5D090A; }
a { background-color: rgb(93,9,10); }
div.DivClassName
{
background-color: #5D090A;
}
.BgClassName
{
background-color: #5D090A;
}
</style>
border-color css
<style>
span { border-color: #5D090A; }
span { border-color: rgb(93,9,10); }
td.TdClassName
{
border-color: #5D090A;
}
.TagClassName
{
border-color: #5D090A;
}
</style>