Shades of Burnt Crimson #5A1B23
Tints of Burnt Crimson #5A1B23
RGB
CMYK
RGB Variations
Color information
#5A1B23 (or 0x5A1B23) is known color: Burnt Crimson. HEX triplet: 5A, 1B and 23. RGB value is (90,27,35). Sum of RGB (Red+Green+Blue) = 90+27+35=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1B23 is #A5E4DC. Grayscale: #2E2E2E. Windows color (decimal): -10872029 or 2300762. OLE color: 2300762.
HSL color Cylindrical-coordinate representation of color #5A1B23: hue angle of 352.38º 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 #5A1B23 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 27 | 35 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.65 |
| HSL | 352.38º | 0.54% | 0.23% | - |
| HSV(B) | 352.38º | 0.7% | 0.35% | - |
| XYZ | 4.91 | 3.08 | 1.93 | - |
| YUV | 46.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 35 | 0 | 0.70 | 0.61 | 0.65 | 352.38 | 0.54 | 0.23 |
| Hex | 5A | 1B | 23 | 0 | 46 | 3D | 41 | 160 | 36 | 17 |
| Octal | 132 | 33 | 43 | 0 | 106 | 75 | 101 | 540 | 66 | 27 |
| Binary | 1011010 | 11011 | 100011 | 0 | 1000110 | 111101 | 1000001 | 101100000 | 110110 | 10111 |
Color Harmonies of #5A1B23
Complementary color
Monochromatic Colors of #5A1B23
Black with #5A1B23
Text Example
Text Example
White with #5A1B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1B23; }
p { color: rgb(90,27,35); }
H1.HeaderClassName
{
color: #5A1B23;
}
.AnyTagClassName
{
color: #5A1B23;
}
</style>
background-color css
<style>
a { background-color: #5A1B23; }
a { background-color: rgb(90,27,35); }
div.DivClassName
{
background-color: #5A1B23;
}
.BgClassName
{
background-color: #5A1B23;
}
</style>
border-color css
<style>
span { border-color: #5A1B23; }
span { border-color: rgb(90,27,35); }
td.TdClassName
{
border-color: #5A1B23;
}
.TagClassName
{
border-color: #5A1B23;
}
</style>