Shades of Burnt Crimson #551517
Tints of Burnt Crimson #551517
RGB
CMYK
RGB Variations
Color information
#551517 (or 0x551517) is known color: Burnt Crimson. HEX triplet: 55, 15 and 17. RGB value is (85,21,23). Sum of RGB (Red+Green+Blue) = 85+21+23=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #551517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551517 is #AAEAE8. Grayscale: #282828. Windows color (decimal): -11201257 or 1512789. OLE color: 1512789.
HSL color Cylindrical-coordinate representation of color #551517: hue angle of 358.12º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551517 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 23 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.67 |
| HSL | 358.13º | 0.6% | 0.21% | - |
| HSV(B) | 358.13º | 0.75% | 0.33% | - |
| XYZ | 4.17 | 2.53 | 1.08 | - |
| YUV | 40.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 23 | 0 | 0.75 | 0.73 | 0.67 | 358.13 | 0.6 | 0.21 |
| Hex | 55 | 15 | 17 | 0 | 4B | 49 | 43 | 166 | 3C | 15 |
| Octal | 125 | 25 | 27 | 0 | 113 | 111 | 103 | 546 | 74 | 25 |
| Binary | 1010101 | 10101 | 10111 | 0 | 1001011 | 1001001 | 1000011 | 101100110 | 111100 | 10101 |
Color Harmonies of #551517
Complementary color
Monochromatic Colors of #551517
Black with #551517
Text Example
Text Example
White with #551517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551517; }
p { color: rgb(85,21,23); }
H1.HeaderClassName
{
color: #551517;
}
.AnyTagClassName
{
color: #551517;
}
</style>
background-color css
<style>
a { background-color: #551517; }
a { background-color: rgb(85,21,23); }
div.DivClassName
{
background-color: #551517;
}
.BgClassName
{
background-color: #551517;
}
</style>
border-color css
<style>
span { border-color: #551517; }
span { border-color: rgb(85,21,23); }
td.TdClassName
{
border-color: #551517;
}
.TagClassName
{
border-color: #551517;
}
</style>