Shades of Burnt Crimson #55191F
Tints of Burnt Crimson #55191F
RGB
CMYK
RGB Variations
Color information
#55191F (or 0x55191F) is known color: Burnt Crimson. HEX triplet: 55, 19 and 1F. RGB value is (85,25,31). Sum of RGB (Red+Green+Blue) = 85+25+31=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #55191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55191F is #AAE6E0. Grayscale: #2B2B2B. Windows color (decimal): -11200225 or 2038101. OLE color: 2038101.
HSL color Cylindrical-coordinate representation of color #55191F: hue angle of 354º 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 #55191F is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 31 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.67 |
| HSL | 354º | 0.55% | 0.22% | - |
| HSV(B) | 354º | 0.71% | 0.33% | - |
| XYZ | 4.34 | 2.73 | 1.59 | - |
| YUV | 43.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 31 | 0 | 0.71 | 0.64 | 0.67 | 354 | 0.55 | 0.22 |
| Hex | 55 | 19 | 1F | 0 | 47 | 40 | 43 | 162 | 37 | 16 |
| Octal | 125 | 31 | 37 | 0 | 107 | 100 | 103 | 542 | 67 | 26 |
| Binary | 1010101 | 11001 | 11111 | 0 | 1000111 | 1000000 | 1000011 | 101100010 | 110111 | 10110 |
Color Harmonies of #55191F
Complementary color
Monochromatic Colors of #55191F
Black with #55191F
Text Example
Text Example
White with #55191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55191F; }
p { color: rgb(85,25,31); }
H1.HeaderClassName
{
color: #55191F;
}
.AnyTagClassName
{
color: #55191F;
}
</style>
background-color css
<style>
a { background-color: #55191F; }
a { background-color: rgb(85,25,31); }
div.DivClassName
{
background-color: #55191F;
}
.BgClassName
{
background-color: #55191F;
}
</style>
border-color css
<style>
span { border-color: #55191F; }
span { border-color: rgb(85,25,31); }
td.TdClassName
{
border-color: #55191F;
}
.TagClassName
{
border-color: #55191F;
}
</style>