Shades of Burnt Crimson #551617
Tints of Burnt Crimson #551617
RGB
CMYK
RGB Variations
Color information
#551617 (or 0x551617) is known color: Burnt Crimson. HEX triplet: 55, 16 and 17. RGB value is (85,22,23). Sum of RGB (Red+Green+Blue) = 85+22+23=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #551617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551617 is #AAE9E8. Grayscale: #292929. Windows color (decimal): -11201001 or 1513045. OLE color: 1513045.
HSL color Cylindrical-coordinate representation of color #551617: hue angle of 359.05º 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 #551617 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 23 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.67 |
| HSL | 359.05º | 0.59% | 0.21% | - |
| HSV(B) | 359.05º | 0.74% | 0.33% | - |
| XYZ | 4.19 | 2.57 | 1.09 | - |
| YUV | 40.95 | 117.87 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 23 | 0 | 0.74 | 0.73 | 0.67 | 359.05 | 0.59 | 0.21 |
| Hex | 55 | 16 | 17 | 0 | 4A | 49 | 43 | 167 | 3B | 15 |
| Octal | 125 | 26 | 27 | 0 | 112 | 111 | 103 | 547 | 73 | 25 |
| Binary | 1010101 | 10110 | 10111 | 0 | 1001010 | 1001001 | 1000011 | 101100111 | 111011 | 10101 |
Color Harmonies of #551617
Complementary color
Monochromatic Colors of #551617
Black with #551617
Text Example
Text Example
White with #551617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551617; }
p { color: rgb(85,22,23); }
H1.HeaderClassName
{
color: #551617;
}
.AnyTagClassName
{
color: #551617;
}
</style>
background-color css
<style>
a { background-color: #551617; }
a { background-color: rgb(85,22,23); }
div.DivClassName
{
background-color: #551617;
}
.BgClassName
{
background-color: #551617;
}
</style>
border-color css
<style>
span { border-color: #551617; }
span { border-color: rgb(85,22,23); }
td.TdClassName
{
border-color: #551617;
}
.TagClassName
{
border-color: #551617;
}
</style>