Shades of Burnt Crimson #551316
Tints of Burnt Crimson #551316
RGB
CMYK
RGB Variations
Color information
#551316 (or 0x551316) is known color: Burnt Crimson. HEX triplet: 55, 13 and 16. RGB value is (85,19,22). Sum of RGB (Red+Green+Blue) = 85+19+22=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551316 is #AAECE9. Grayscale: #272727. Windows color (decimal): -11201770 or 1446741. OLE color: 1446741.
HSL color Cylindrical-coordinate representation of color #551316: hue angle of 357.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551316 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 22 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.67 |
| HSL | 357.27º | 0.63% | 0.2% | - |
| HSV(B) | 357.27º | 0.78% | 0.33% | - |
| XYZ | 4.12 | 2.45 | 1.02 | - |
| YUV | 39.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 22 | 0 | 0.78 | 0.74 | 0.67 | 357.27 | 0.63 | 0.2 |
| Hex | 55 | 13 | 16 | 0 | 4E | 4A | 43 | 165 | 3F | 14 |
| Octal | 125 | 23 | 26 | 0 | 116 | 112 | 103 | 545 | 77 | 24 |
| Binary | 1010101 | 10011 | 10110 | 0 | 1001110 | 1001010 | 1000011 | 101100101 | 111111 | 10100 |
Color Harmonies of #551316
Complementary color
Monochromatic Colors of #551316
Black with #551316
Text Example
Text Example
White with #551316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551316; }
p { color: rgb(85,19,22); }
H1.HeaderClassName
{
color: #551316;
}
.AnyTagClassName
{
color: #551316;
}
</style>
background-color css
<style>
a { background-color: #551316; }
a { background-color: rgb(85,19,22); }
div.DivClassName
{
background-color: #551316;
}
.BgClassName
{
background-color: #551316;
}
</style>
border-color css
<style>
span { border-color: #551316; }
span { border-color: rgb(85,19,22); }
td.TdClassName
{
border-color: #551316;
}
.TagClassName
{
border-color: #551316;
}
</style>