Shades of Burnt Crimson #5A1D26
Tints of Burnt Crimson #5A1D26
RGB
CMYK
RGB Variations
Color information
#5A1D26 (or 0x5A1D26) is known color: Burnt Crimson. HEX triplet: 5A, 1D and 26. RGB value is (90,29,38). Sum of RGB (Red+Green+Blue) = 90+29+38=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1D26 is #A5E2D9. Grayscale: #303030. Windows color (decimal): -10871514 or 2497882. OLE color: 2497882.
HSL color Cylindrical-coordinate representation of color #5A1D26: hue angle of 351.15º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A1D26 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 29 | 38 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.65 |
| HSL | 351.15º | 0.51% | 0.23% | - |
| HSV(B) | 351.15º | 0.68% | 0.35% | - |
| XYZ | 5.01 | 3.19 | 2.19 | - |
| YUV | 48.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 38 | 0 | 0.68 | 0.58 | 0.65 | 351.15 | 0.51 | 0.23 |
| Hex | 5A | 1D | 26 | 0 | 44 | 3A | 41 | 15F | 33 | 17 |
| Octal | 132 | 35 | 46 | 0 | 104 | 72 | 101 | 537 | 63 | 27 |
| Binary | 1011010 | 11101 | 100110 | 0 | 1000100 | 111010 | 1000001 | 101011111 | 110011 | 10111 |
Color Harmonies of #5A1D26
Complementary color
Monochromatic Colors of #5A1D26
Black with #5A1D26
Text Example
Text Example
White with #5A1D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1D26; }
p { color: rgb(90,29,38); }
H1.HeaderClassName
{
color: #5A1D26;
}
.AnyTagClassName
{
color: #5A1D26;
}
</style>
background-color css
<style>
a { background-color: #5A1D26; }
a { background-color: rgb(90,29,38); }
div.DivClassName
{
background-color: #5A1D26;
}
.BgClassName
{
background-color: #5A1D26;
}
</style>
border-color css
<style>
span { border-color: #5A1D26; }
span { border-color: rgb(90,29,38); }
td.TdClassName
{
border-color: #5A1D26;
}
.TagClassName
{
border-color: #5A1D26;
}
</style>