Shades of Burnt Crimson #5A080B
Tints of Burnt Crimson #5A080B
RGB
CMYK
RGB Variations
Color information
#5A080B (or 0x5A080B) is known color: Burnt Crimson. HEX triplet: 5A, 08 and 0B. RGB value is (90,8,11). Sum of RGB (Red+Green+Blue) = 90+8+11=109 (14% of max value = 765). Red value is 90 (35.55% from 255 or 82.57% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 90 - color contains mainly: red. Hex color #5A080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A080B is #A5F7F4. Grayscale: #202020. Windows color (decimal): -10876917 or 723034. OLE color: 723034.
HSL color Cylindrical-coordinate representation of color #5A080B: hue angle of 357.8º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A080B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 11 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.65 |
| HSL | 357.8º | 0.84% | 0.19% | - |
| HSV(B) | 357.8º | 0.91% | 0.35% | - |
| XYZ | 4.36 | 2.37 | 0.54 | - |
| YUV | 32.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 11 | 0 | 0.91 | 0.88 | 0.65 | 357.8 | 0.84 | 0.19 |
| Hex | 5A | 8 | B | 0 | 5B | 58 | 41 | 166 | 54 | 13 |
| Octal | 132 | 10 | 13 | 0 | 133 | 130 | 101 | 546 | 124 | 23 |
| Binary | 1011010 | 1000 | 1011 | 0 | 1011011 | 1011000 | 1000001 | 101100110 | 1010100 | 10011 |
Color Harmonies of #5A080B
Complementary color
Monochromatic Colors of #5A080B
Black with #5A080B
Text Example
Text Example
White with #5A080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A080B; }
p { color: rgb(90,8,11); }
H1.HeaderClassName
{
color: #5A080B;
}
.AnyTagClassName
{
color: #5A080B;
}
</style>
background-color css
<style>
a { background-color: #5A080B; }
a { background-color: rgb(90,8,11); }
div.DivClassName
{
background-color: #5A080B;
}
.BgClassName
{
background-color: #5A080B;
}
</style>
border-color css
<style>
span { border-color: #5A080B; }
span { border-color: rgb(90,8,11); }
td.TdClassName
{
border-color: #5A080B;
}
.TagClassName
{
border-color: #5A080B;
}
</style>