Shades of Burnt Crimson #5A1719
Tints of Burnt Crimson #5A1719
RGB
CMYK
RGB Variations
Color information
#5A1719 (or 0x5A1719) is known color: Burnt Crimson. HEX triplet: 5A, 17 and 19. RGB value is (90,23,25). Sum of RGB (Red+Green+Blue) = 90+23+25=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1719 is #A5E8E6. Grayscale: #2B2B2B. Windows color (decimal): -10873063 or 1644378. OLE color: 1644378.
HSL color Cylindrical-coordinate representation of color #5A1719: hue angle of 358.21º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A1719 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 23 | 25 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.65 |
| HSL | 358.21º | 0.59% | 0.22% | - |
| HSV(B) | 358.21º | 0.74% | 0.35% | - |
| XYZ | 4.7 | 2.86 | 1.22 | - |
| YUV | 43.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 25 | 0 | 0.74 | 0.72 | 0.65 | 358.21 | 0.59 | 0.22 |
| Hex | 5A | 17 | 19 | 0 | 4A | 48 | 41 | 166 | 3B | 16 |
| Octal | 132 | 27 | 31 | 0 | 112 | 110 | 101 | 546 | 73 | 26 |
| Binary | 1011010 | 10111 | 11001 | 0 | 1001010 | 1001000 | 1000001 | 101100110 | 111011 | 10110 |
Color Harmonies of #5A1719
Complementary color
Monochromatic Colors of #5A1719
Black with #5A1719
Text Example
Text Example
White with #5A1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1719; }
p { color: rgb(90,23,25); }
H1.HeaderClassName
{
color: #5A1719;
}
.AnyTagClassName
{
color: #5A1719;
}
</style>
background-color css
<style>
a { background-color: #5A1719; }
a { background-color: rgb(90,23,25); }
div.DivClassName
{
background-color: #5A1719;
}
.BgClassName
{
background-color: #5A1719;
}
</style>
border-color css
<style>
span { border-color: #5A1719; }
span { border-color: rgb(90,23,25); }
td.TdClassName
{
border-color: #5A1719;
}
.TagClassName
{
border-color: #5A1719;
}
</style>