Shades of Burnt Crimson #5A1B21
Tints of Burnt Crimson #5A1B21
RGB
CMYK
RGB Variations
Color information
#5A1B21 (or 0x5A1B21) is known color: Burnt Crimson. HEX triplet: 5A, 1B and 21. RGB value is (90,27,33). Sum of RGB (Red+Green+Blue) = 90+27+33=150 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1B21 is #A5E4DE. Grayscale: #2E2E2E. Windows color (decimal): -10872031 or 2169690. OLE color: 2169690.
HSL color Cylindrical-coordinate representation of color #5A1B21: hue angle of 354.29º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A1B21 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 27 | 33 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.65 |
| HSL | 354.29º | 0.54% | 0.23% | - |
| HSV(B) | 354.29º | 0.7% | 0.35% | - |
| XYZ | 4.88 | 3.07 | 1.77 | - |
| YUV | 46.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 33 | 0 | 0.70 | 0.63 | 0.65 | 354.29 | 0.54 | 0.23 |
| Hex | 5A | 1B | 21 | 0 | 46 | 3F | 41 | 162 | 36 | 17 |
| Octal | 132 | 33 | 41 | 0 | 106 | 77 | 101 | 542 | 66 | 27 |
| Binary | 1011010 | 11011 | 100001 | 0 | 1000110 | 111111 | 1000001 | 101100010 | 110110 | 10111 |
Color Harmonies of #5A1B21
Complementary color
Monochromatic Colors of #5A1B21
Black with #5A1B21
Text Example
Text Example
White with #5A1B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1B21; }
p { color: rgb(90,27,33); }
H1.HeaderClassName
{
color: #5A1B21;
}
.AnyTagClassName
{
color: #5A1B21;
}
</style>
background-color css
<style>
a { background-color: #5A1B21; }
a { background-color: rgb(90,27,33); }
div.DivClassName
{
background-color: #5A1B21;
}
.BgClassName
{
background-color: #5A1B21;
}
</style>
border-color css
<style>
span { border-color: #5A1B21; }
span { border-color: rgb(90,27,33); }
td.TdClassName
{
border-color: #5A1B21;
}
.TagClassName
{
border-color: #5A1B21;
}
</style>