Shades of Burnt Crimson #5D080A
Tints of Burnt Crimson #5D080A
RGB
CMYK
RGB Variations
Color information
#5D080A (or 0x5D080A) is known color: Burnt Crimson. HEX triplet: 5D, 08 and 0A. RGB value is (93,8,10). Sum of RGB (Red+Green+Blue) = 93+8+10=111 (14% of max value = 765). Red value is 93 (36.72% from 255 or 83.78% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 93 - color contains mainly: red. Hex color #5D080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D080A is #A2F7F5. Grayscale: #212121. Windows color (decimal): -10680310 or 657501. OLE color: 657501.
HSL color Cylindrical-coordinate representation of color #5D080A: hue angle of 358.59º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D080A is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 8 | 10 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.64 |
| HSL | 358.59º | 0.84% | 0.2% | - |
| HSV(B) | 358.59º | 0.91% | 0.36% | - |
| XYZ | 4.66 | 2.52 | 0.53 | - |
| YUV | 33.64 | 114.66 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 10 | 0 | 0.91 | 0.89 | 0.64 | 358.59 | 0.84 | 0.2 |
| Hex | 5D | 8 | A | 0 | 5B | 59 | 40 | 167 | 54 | 14 |
| Octal | 135 | 10 | 12 | 0 | 133 | 131 | 100 | 547 | 124 | 24 |
| Binary | 1011101 | 1000 | 1010 | 0 | 1011011 | 1011001 | 1000000 | 101100111 | 1010100 | 10100 |
Color Harmonies of #5D080A
Complementary color
Monochromatic Colors of #5D080A
Black with #5D080A
Text Example
Text Example
White with #5D080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D080A; }
p { color: rgb(93,8,10); }
H1.HeaderClassName
{
color: #5D080A;
}
.AnyTagClassName
{
color: #5D080A;
}
</style>
background-color css
<style>
a { background-color: #5D080A; }
a { background-color: rgb(93,8,10); }
div.DivClassName
{
background-color: #5D080A;
}
.BgClassName
{
background-color: #5D080A;
}
</style>
border-color css
<style>
span { border-color: #5D080A; }
span { border-color: rgb(93,8,10); }
td.TdClassName
{
border-color: #5D080A;
}
.TagClassName
{
border-color: #5D080A;
}
</style>