Shades of Burnt Crimson #5A1617
Tints of Burnt Crimson #5A1617
RGB
CMYK
RGB Variations
Color information
#5A1617 (or 0x5A1617) is known color: Burnt Crimson. HEX triplet: 5A, 16 and 17. RGB value is (90,22,23). Sum of RGB (Red+Green+Blue) = 90+22+23=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1617 is #A5E9E8. Grayscale: #2A2A2A. Windows color (decimal): -10873321 or 1513050. OLE color: 1513050.
HSL color Cylindrical-coordinate representation of color #5A1617: hue angle of 359.12º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A1617 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 23 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.65 |
| HSL | 359.12º | 0.61% | 0.22% | - |
| HSV(B) | 359.12º | 0.76% | 0.35% | - |
| XYZ | 4.66 | 2.81 | 1.11 | - |
| YUV | 42.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 23 | 0 | 0.76 | 0.74 | 0.65 | 359.12 | 0.61 | 0.22 |
| Hex | 5A | 16 | 17 | 0 | 4C | 4A | 41 | 167 | 3D | 16 |
| Octal | 132 | 26 | 27 | 0 | 114 | 112 | 101 | 547 | 75 | 26 |
| Binary | 1011010 | 10110 | 10111 | 0 | 1001100 | 1001010 | 1000001 | 101100111 | 111101 | 10110 |
Color Harmonies of #5A1617
Complementary color
Monochromatic Colors of #5A1617
Black with #5A1617
Text Example
Text Example
White with #5A1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1617; }
p { color: rgb(90,22,23); }
H1.HeaderClassName
{
color: #5A1617;
}
.AnyTagClassName
{
color: #5A1617;
}
</style>
background-color css
<style>
a { background-color: #5A1617; }
a { background-color: rgb(90,22,23); }
div.DivClassName
{
background-color: #5A1617;
}
.BgClassName
{
background-color: #5A1617;
}
</style>
border-color css
<style>
span { border-color: #5A1617; }
span { border-color: rgb(90,22,23); }
td.TdClassName
{
border-color: #5A1617;
}
.TagClassName
{
border-color: #5A1617;
}
</style>