Shades of Burnt Crimson #5A2126
Tints of Burnt Crimson #5A2126
RGB
CMYK
RGB Variations
Color information
#5A2126 (or 0x5A2126) is known color: Burnt Crimson. HEX triplet: 5A, 21 and 26. RGB value is (90,33,38). Sum of RGB (Red+Green+Blue) = 90+33+38=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2126 is #A5DED9. Grayscale: #323232. Windows color (decimal): -10870490 or 2498906. OLE color: 2498906.
HSL color Cylindrical-coordinate representation of color #5A2126: hue angle of 354.74º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A2126 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 33 | 38 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.65 |
| HSL | 354.74º | 0.46% | 0.24% | - |
| HSV(B) | 354.74º | 0.63% | 0.35% | - |
| XYZ | 5.11 | 3.4 | 2.22 | - |
| YUV | 50.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 33 | 38 | 0 | 0.63 | 0.58 | 0.65 | 354.74 | 0.46 | 0.24 |
| Hex | 5A | 21 | 26 | 0 | 3F | 3A | 41 | 163 | 2E | 18 |
| Octal | 132 | 41 | 46 | 0 | 77 | 72 | 101 | 543 | 56 | 30 |
| Binary | 1011010 | 100001 | 100110 | 0 | 111111 | 111010 | 1000001 | 101100011 | 101110 | 11000 |
Color Harmonies of #5A2126
Complementary color
Monochromatic Colors of #5A2126
Black with #5A2126
Text Example
Text Example
White with #5A2126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2126; }
p { color: rgb(90,33,38); }
H1.HeaderClassName
{
color: #5A2126;
}
.AnyTagClassName
{
color: #5A2126;
}
</style>
background-color css
<style>
a { background-color: #5A2126; }
a { background-color: rgb(90,33,38); }
div.DivClassName
{
background-color: #5A2126;
}
.BgClassName
{
background-color: #5A2126;
}
</style>
border-color css
<style>
span { border-color: #5A2126; }
span { border-color: rgb(90,33,38); }
td.TdClassName
{
border-color: #5A2126;
}
.TagClassName
{
border-color: #5A2126;
}
</style>