Shades of Burnt Crimson #55161C
Tints of Burnt Crimson #55161C
RGB
CMYK
RGB Variations
Color information
#55161C (or 0x55161C) is known color: Burnt Crimson. HEX triplet: 55, 16 and 1C. RGB value is (85,22,28). Sum of RGB (Red+Green+Blue) = 85+22+28=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55161C is #AAE9E3. Grayscale: #292929. Windows color (decimal): -11200996 or 1840725. OLE color: 1840725.
HSL color Cylindrical-coordinate representation of color #55161C: hue angle of 354.29º 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 #55161C is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 28 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.67 |
| HSL | 354.29º | 0.59% | 0.21% | - |
| HSV(B) | 354.29º | 0.74% | 0.33% | - |
| XYZ | 4.24 | 2.59 | 1.37 | - |
| YUV | 41.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 28 | 0 | 0.74 | 0.67 | 0.67 | 354.29 | 0.59 | 0.21 |
| Hex | 55 | 16 | 1C | 0 | 4A | 43 | 43 | 162 | 3B | 15 |
| Octal | 125 | 26 | 34 | 0 | 112 | 103 | 103 | 542 | 73 | 25 |
| Binary | 1010101 | 10110 | 11100 | 0 | 1001010 | 1000011 | 1000011 | 101100010 | 111011 | 10101 |
Color Harmonies of #55161C
Complementary color
Monochromatic Colors of #55161C
Black with #55161C
Text Example
Text Example
White with #55161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55161C; }
p { color: rgb(85,22,28); }
H1.HeaderClassName
{
color: #55161C;
}
.AnyTagClassName
{
color: #55161C;
}
</style>
background-color css
<style>
a { background-color: #55161C; }
a { background-color: rgb(85,22,28); }
div.DivClassName
{
background-color: #55161C;
}
.BgClassName
{
background-color: #55161C;
}
</style>
border-color css
<style>
span { border-color: #55161C; }
span { border-color: rgb(85,22,28); }
td.TdClassName
{
border-color: #55161C;
}
.TagClassName
{
border-color: #55161C;
}
</style>