Shades of Burnt Crimson #5A2122
Tints of Burnt Crimson #5A2122
RGB
CMYK
RGB Variations
Color information
#5A2122 (or 0x5A2122) is known color: Burnt Crimson. HEX triplet: 5A, 21 and 22. RGB value is (90,33,34). Sum of RGB (Red+Green+Blue) = 90+33+34=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2122 is #A5DEDD. Grayscale: #323232. Windows color (decimal): -10870494 or 2236762. OLE color: 2236762.
HSL color Cylindrical-coordinate representation of color #5A2122: hue angle of 358.95º 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 #5A2122 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 33 | 34 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.65 |
| HSL | 358.95º | 0.46% | 0.24% | - |
| HSV(B) | 358.95º | 0.63% | 0.35% | - |
| XYZ | 5.05 | 3.38 | 1.9 | - |
| YUV | 50.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 33 | 34 | 0 | 0.63 | 0.62 | 0.65 | 358.95 | 0.46 | 0.24 |
| Hex | 5A | 21 | 22 | 0 | 3F | 3E | 41 | 167 | 2E | 18 |
| Octal | 132 | 41 | 42 | 0 | 77 | 76 | 101 | 547 | 56 | 30 |
| Binary | 1011010 | 100001 | 100010 | 0 | 111111 | 111110 | 1000001 | 101100111 | 101110 | 11000 |
Color Harmonies of #5A2122
Complementary color
Monochromatic Colors of #5A2122
Black with #5A2122
Text Example
Text Example
White with #5A2122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2122; }
p { color: rgb(90,33,34); }
H1.HeaderClassName
{
color: #5A2122;
}
.AnyTagClassName
{
color: #5A2122;
}
</style>
background-color css
<style>
a { background-color: #5A2122; }
a { background-color: rgb(90,33,34); }
div.DivClassName
{
background-color: #5A2122;
}
.BgClassName
{
background-color: #5A2122;
}
</style>
border-color css
<style>
span { border-color: #5A2122; }
span { border-color: rgb(90,33,34); }
td.TdClassName
{
border-color: #5A2122;
}
.TagClassName
{
border-color: #5A2122;
}
</style>