Shades of Burnt Crimson #5A1A1D
Tints of Burnt Crimson #5A1A1D
RGB
CMYK
RGB Variations
Color information
#5A1A1D (or 0x5A1A1D) is known color: Burnt Crimson. HEX triplet: 5A, 1A and 1D. RGB value is (90,26,29). Sum of RGB (Red+Green+Blue) = 90+26+29=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1A1D is #A5E5E2. Grayscale: #2D2D2D. Windows color (decimal): -10872291 or 1907290. OLE color: 1907290.
HSL color Cylindrical-coordinate representation of color #5A1A1D: hue angle of 357.19º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A1A1D is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 26 | 29 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.65 |
| HSL | 357.19º | 0.55% | 0.23% | - |
| HSV(B) | 357.19º | 0.71% | 0.35% | - |
| XYZ | 4.81 | 3 | 1.49 | - |
| YUV | 45.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 29 | 0 | 0.71 | 0.68 | 0.65 | 357.19 | 0.55 | 0.23 |
| Hex | 5A | 1A | 1D | 0 | 47 | 44 | 41 | 165 | 37 | 17 |
| Octal | 132 | 32 | 35 | 0 | 107 | 104 | 101 | 545 | 67 | 27 |
| Binary | 1011010 | 11010 | 11101 | 0 | 1000111 | 1000100 | 1000001 | 101100101 | 110111 | 10111 |
Color Harmonies of #5A1A1D
Complementary color
Monochromatic Colors of #5A1A1D
Black with #5A1A1D
Text Example
Text Example
White with #5A1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1A1D; }
p { color: rgb(90,26,29); }
H1.HeaderClassName
{
color: #5A1A1D;
}
.AnyTagClassName
{
color: #5A1A1D;
}
</style>
background-color css
<style>
a { background-color: #5A1A1D; }
a { background-color: rgb(90,26,29); }
div.DivClassName
{
background-color: #5A1A1D;
}
.BgClassName
{
background-color: #5A1A1D;
}
</style>
border-color css
<style>
span { border-color: #5A1A1D; }
span { border-color: rgb(90,26,29); }
td.TdClassName
{
border-color: #5A1A1D;
}
.TagClassName
{
border-color: #5A1A1D;
}
</style>