Shades of Burnt Crimson #55171A
Tints of Burnt Crimson #55171A
RGB
CMYK
RGB Variations
Color information
#55171A (or 0x55171A) is known color: Burnt Crimson. HEX triplet: 55, 17 and 1A. RGB value is (85,23,26). Sum of RGB (Red+Green+Blue) = 85+23+26=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55171A is #AAE8E5. Grayscale: #292929. Windows color (decimal): -11200742 or 1709909. OLE color: 1709909.
HSL color Cylindrical-coordinate representation of color #55171A: hue angle of 357.1º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55171A is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 26 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.67 |
| HSL | 357.1º | 0.57% | 0.21% | - |
| HSV(B) | 357.1º | 0.73% | 0.33% | - |
| XYZ | 4.24 | 2.62 | 1.26 | - |
| YUV | 41.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 26 | 0 | 0.73 | 0.69 | 0.67 | 357.1 | 0.57 | 0.21 |
| Hex | 55 | 17 | 1A | 0 | 49 | 45 | 43 | 165 | 39 | 15 |
| Octal | 125 | 27 | 32 | 0 | 111 | 105 | 103 | 545 | 71 | 25 |
| Binary | 1010101 | 10111 | 11010 | 0 | 1001001 | 1000101 | 1000011 | 101100101 | 111001 | 10101 |
Color Harmonies of #55171A
Complementary color
Monochromatic Colors of #55171A
Black with #55171A
Text Example
Text Example
White with #55171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55171A; }
p { color: rgb(85,23,26); }
H1.HeaderClassName
{
color: #55171A;
}
.AnyTagClassName
{
color: #55171A;
}
</style>
background-color css
<style>
a { background-color: #55171A; }
a { background-color: rgb(85,23,26); }
div.DivClassName
{
background-color: #55171A;
}
.BgClassName
{
background-color: #55171A;
}
</style>
border-color css
<style>
span { border-color: #55171A; }
span { border-color: rgb(85,23,26); }
td.TdClassName
{
border-color: #55171A;
}
.TagClassName
{
border-color: #55171A;
}
</style>