Shades of Burnt Crimson #5A080A
Tints of Burnt Crimson #5A080A
RGB
CMYK
RGB Variations
Color information
#5A080A (or 0x5A080A) is known color: Burnt Crimson. HEX triplet: 5A, 08 and 0A. RGB value is (90,8,10). Sum of RGB (Red+Green+Blue) = 90+8+10=108 (14% of max value = 765). Red value is 90 (35.55% from 255 or 83.33% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 90 - color contains mainly: red. Hex color #5A080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A080A is #A5F7F5. Grayscale: #202020. Windows color (decimal): -10876918 or 657498. OLE color: 657498.
HSL color Cylindrical-coordinate representation of color #5A080A: hue angle of 358.54º 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 #5A080A is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 10 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.65 |
| HSL | 358.54º | 0.84% | 0.19% | - |
| HSV(B) | 358.54º | 0.91% | 0.35% | - |
| XYZ | 4.36 | 2.37 | 0.51 | - |
| YUV | 32.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 10 | 0 | 0.91 | 0.89 | 0.65 | 358.54 | 0.84 | 0.19 |
| Hex | 5A | 8 | A | 0 | 5B | 59 | 41 | 167 | 54 | 13 |
| Octal | 132 | 10 | 12 | 0 | 133 | 131 | 101 | 547 | 124 | 23 |
| Binary | 1011010 | 1000 | 1010 | 0 | 1011011 | 1011001 | 1000001 | 101100111 | 1010100 | 10011 |
Color Harmonies of #5A080A
Complementary color
Monochromatic Colors of #5A080A
Black with #5A080A
Text Example
Text Example
White with #5A080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A080A; }
p { color: rgb(90,8,10); }
H1.HeaderClassName
{
color: #5A080A;
}
.AnyTagClassName
{
color: #5A080A;
}
</style>
background-color css
<style>
a { background-color: #5A080A; }
a { background-color: rgb(90,8,10); }
div.DivClassName
{
background-color: #5A080A;
}
.BgClassName
{
background-color: #5A080A;
}
</style>
border-color css
<style>
span { border-color: #5A080A; }
span { border-color: rgb(90,8,10); }
td.TdClassName
{
border-color: #5A080A;
}
.TagClassName
{
border-color: #5A080A;
}
</style>