Shades of Burnt Crimson #551920
Tints of Burnt Crimson #551920
RGB
CMYK
RGB Variations
Color information
#551920 (or 0x551920) is known color: Burnt Crimson. HEX triplet: 55, 19 and 20. RGB value is (85,25,32). Sum of RGB (Red+Green+Blue) = 85+25+32=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551920 is #AAE6DF. Grayscale: #2B2B2B. Windows color (decimal): -11200224 or 2103637. OLE color: 2103637.
HSL color Cylindrical-coordinate representation of color #551920: hue angle of 353º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551920 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 32 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.67 |
| HSL | 353º | 0.55% | 0.22% | - |
| HSV(B) | 353º | 0.71% | 0.33% | - |
| XYZ | 4.35 | 2.73 | 1.66 | - |
| YUV | 43.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 32 | 0 | 0.71 | 0.62 | 0.67 | 353 | 0.55 | 0.22 |
| Hex | 55 | 19 | 20 | 0 | 47 | 3E | 43 | 161 | 37 | 16 |
| Octal | 125 | 31 | 40 | 0 | 107 | 76 | 103 | 541 | 67 | 26 |
| Binary | 1010101 | 11001 | 100000 | 0 | 1000111 | 111110 | 1000011 | 101100001 | 110111 | 10110 |
Color Harmonies of #551920
Complementary color
Monochromatic Colors of #551920
Black with #551920
Text Example
Text Example
White with #551920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551920; }
p { color: rgb(85,25,32); }
H1.HeaderClassName
{
color: #551920;
}
.AnyTagClassName
{
color: #551920;
}
</style>
background-color css
<style>
a { background-color: #551920; }
a { background-color: rgb(85,25,32); }
div.DivClassName
{
background-color: #551920;
}
.BgClassName
{
background-color: #551920;
}
</style>
border-color css
<style>
span { border-color: #551920; }
span { border-color: rgb(85,25,32); }
td.TdClassName
{
border-color: #551920;
}
.TagClassName
{
border-color: #551920;
}
</style>