Shades of Burnt Crimson #5A0709
Tints of Burnt Crimson #5A0709
RGB
CMYK
RGB Variations
Color information
#5A0709 (or 0x5A0709) is known color: Burnt Crimson. HEX triplet: 5A, 07 and 09. RGB value is (90,7,9). Sum of RGB (Red+Green+Blue) = 90+7+9=106 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.91% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0709 is #A5F8F6. Grayscale: #202020. Windows color (decimal): -10877175 or 591706. OLE color: 591706.
HSL color Cylindrical-coordinate representation of color #5A0709: hue angle of 358.55º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0709 is Cyan = 0, Magento = 0.92, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 7 | 9 | - |
| CMYK | 0 | 0.92 | 0.9 | 0.65 |
| HSL | 358.55º | 0.86% | 0.19% | - |
| HSV(B) | 358.55º | 0.92% | 0.35% | - |
| XYZ | 4.34 | 2.35 | 0.48 | - |
| YUV | 32.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 9 | 0 | 0.92 | 0.9 | 0.65 | 358.55 | 0.86 | 0.19 |
| Hex | 5A | 7 | 9 | 0 | 5C | 5A | 41 | 167 | 56 | 13 |
| Octal | 132 | 7 | 11 | 0 | 134 | 132 | 101 | 547 | 126 | 23 |
| Binary | 1011010 | 111 | 1001 | 0 | 1011100 | 1011010 | 1000001 | 101100111 | 1010110 | 10011 |
Color Harmonies of #5A0709
Complementary color
Monochromatic Colors of #5A0709
Black with #5A0709
Text Example
Text Example
White with #5A0709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0709; }
p { color: rgb(90,7,9); }
H1.HeaderClassName
{
color: #5A0709;
}
.AnyTagClassName
{
color: #5A0709;
}
</style>
background-color css
<style>
a { background-color: #5A0709; }
a { background-color: rgb(90,7,9); }
div.DivClassName
{
background-color: #5A0709;
}
.BgClassName
{
background-color: #5A0709;
}
</style>
border-color css
<style>
span { border-color: #5A0709; }
span { border-color: rgb(90,7,9); }
td.TdClassName
{
border-color: #5A0709;
}
.TagClassName
{
border-color: #5A0709;
}
</style>