Shades of Burnt Crimson #551013
Tints of Burnt Crimson #551013
RGB
CMYK
RGB Variations
Color information
#551013 (or 0x551013) is known color: Burnt Crimson. HEX triplet: 55, 10 and 13. RGB value is (85,16,19). Sum of RGB (Red+Green+Blue) = 85+16+19=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #551013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551013 is #AAEFEC. Grayscale: #252525. Windows color (decimal): -11202541 or 1249365. OLE color: 1249365.
HSL color Cylindrical-coordinate representation of color #551013: hue angle of 357.39º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551013 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 19 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.67 |
| HSL | 357.39º | 0.68% | 0.2% | - |
| HSV(B) | 357.39º | 0.81% | 0.33% | - |
| XYZ | 4.05 | 2.35 | 0.86 | - |
| YUV | 36.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 19 | 0 | 0.81 | 0.78 | 0.67 | 357.39 | 0.68 | 0.2 |
| Hex | 55 | 10 | 13 | 0 | 51 | 4E | 43 | 165 | 44 | 14 |
| Octal | 125 | 20 | 23 | 0 | 121 | 116 | 103 | 545 | 104 | 24 |
| Binary | 1010101 | 10000 | 10011 | 0 | 1010001 | 1001110 | 1000011 | 101100101 | 1000100 | 10100 |
Color Harmonies of #551013
Complementary color
Monochromatic Colors of #551013
Black with #551013
Text Example
Text Example
White with #551013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551013; }
p { color: rgb(85,16,19); }
H1.HeaderClassName
{
color: #551013;
}
.AnyTagClassName
{
color: #551013;
}
</style>
background-color css
<style>
a { background-color: #551013; }
a { background-color: rgb(85,16,19); }
div.DivClassName
{
background-color: #551013;
}
.BgClassName
{
background-color: #551013;
}
</style>
border-color css
<style>
span { border-color: #551013; }
span { border-color: rgb(85,16,19); }
td.TdClassName
{
border-color: #551013;
}
.TagClassName
{
border-color: #551013;
}
</style>