Shades of Burnt Crimson #551719
Tints of Burnt Crimson #551719
RGB
CMYK
RGB Variations
Color information
#551719 (or 0x551719) is known color: Burnt Crimson. HEX triplet: 55, 17 and 19. RGB value is (85,23,25). Sum of RGB (Red+Green+Blue) = 85+23+25=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #551719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551719 is #AAE8E6. Grayscale: #292929. Windows color (decimal): -11200743 or 1644373. OLE color: 1644373.
HSL color Cylindrical-coordinate representation of color #551719: hue angle of 358.06º 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 #551719 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 25 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.67 |
| HSL | 358.06º | 0.57% | 0.21% | - |
| HSV(B) | 358.06º | 0.73% | 0.33% | - |
| XYZ | 4.23 | 2.61 | 1.2 | - |
| YUV | 41.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 25 | 0 | 0.73 | 0.71 | 0.67 | 358.06 | 0.57 | 0.21 |
| Hex | 55 | 17 | 19 | 0 | 49 | 47 | 43 | 166 | 39 | 15 |
| Octal | 125 | 27 | 31 | 0 | 111 | 107 | 103 | 546 | 71 | 25 |
| Binary | 1010101 | 10111 | 11001 | 0 | 1001001 | 1000111 | 1000011 | 101100110 | 111001 | 10101 |
Color Harmonies of #551719
Complementary color
Monochromatic Colors of #551719
Black with #551719
Text Example
Text Example
White with #551719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551719; }
p { color: rgb(85,23,25); }
H1.HeaderClassName
{
color: #551719;
}
.AnyTagClassName
{
color: #551719;
}
</style>
background-color css
<style>
a { background-color: #551719; }
a { background-color: rgb(85,23,25); }
div.DivClassName
{
background-color: #551719;
}
.BgClassName
{
background-color: #551719;
}
</style>
border-color css
<style>
span { border-color: #551719; }
span { border-color: rgb(85,23,25); }
td.TdClassName
{
border-color: #551719;
}
.TagClassName
{
border-color: #551719;
}
</style>