Shades of Burnt Crimson #551619
Tints of Burnt Crimson #551619
RGB
CMYK
RGB Variations
Color information
#551619 (or 0x551619) is known color: Burnt Crimson. HEX triplet: 55, 16 and 19. RGB value is (85,22,25). Sum of RGB (Red+Green+Blue) = 85+22+25=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #551619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551619 is #AAE9E6. Grayscale: #292929. Windows color (decimal): -11200999 or 1644117. OLE color: 1644117.
HSL color Cylindrical-coordinate representation of color #551619: hue angle of 357.14º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551619 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 25 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.67 |
| HSL | 357.14º | 0.59% | 0.21% | - |
| HSV(B) | 357.14º | 0.74% | 0.33% | - |
| XYZ | 4.21 | 2.58 | 1.19 | - |
| YUV | 41.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 25 | 0 | 0.74 | 0.71 | 0.67 | 357.14 | 0.59 | 0.21 |
| Hex | 55 | 16 | 19 | 0 | 4A | 47 | 43 | 165 | 3B | 15 |
| Octal | 125 | 26 | 31 | 0 | 112 | 107 | 103 | 545 | 73 | 25 |
| Binary | 1010101 | 10110 | 11001 | 0 | 1001010 | 1000111 | 1000011 | 101100101 | 111011 | 10101 |
Color Harmonies of #551619
Complementary color
Monochromatic Colors of #551619
Black with #551619
Text Example
Text Example
White with #551619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551619; }
p { color: rgb(85,22,25); }
H1.HeaderClassName
{
color: #551619;
}
.AnyTagClassName
{
color: #551619;
}
</style>
background-color css
<style>
a { background-color: #551619; }
a { background-color: rgb(85,22,25); }
div.DivClassName
{
background-color: #551619;
}
.BgClassName
{
background-color: #551619;
}
</style>
border-color css
<style>
span { border-color: #551619; }
span { border-color: rgb(85,22,25); }
td.TdClassName
{
border-color: #551619;
}
.TagClassName
{
border-color: #551619;
}
</style>