Shades of Burnt Crimson #551B1E
Tints of Burnt Crimson #551B1E
RGB
CMYK
RGB Variations
Color information
#551B1E (or 0x551B1E) is known color: Burnt Crimson. HEX triplet: 55, 1B and 1E. RGB value is (85,27,30). Sum of RGB (Red+Green+Blue) = 85+27+30=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B1E is #AAE4E1. Grayscale: #2C2C2C. Windows color (decimal): -11199714 or 1973077. OLE color: 1973077.
HSL color Cylindrical-coordinate representation of color #551B1E: hue angle of 356.9º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B1E is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 30 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.67 |
| HSL | 356.9º | 0.52% | 0.22% | - |
| HSV(B) | 356.9º | 0.68% | 0.33% | - |
| XYZ | 4.37 | 2.81 | 1.54 | - |
| YUV | 44.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 30 | 0 | 0.68 | 0.65 | 0.67 | 356.9 | 0.52 | 0.22 |
| Hex | 55 | 1B | 1E | 0 | 44 | 41 | 43 | 165 | 34 | 16 |
| Octal | 125 | 33 | 36 | 0 | 104 | 101 | 103 | 545 | 64 | 26 |
| Binary | 1010101 | 11011 | 11110 | 0 | 1000100 | 1000001 | 1000011 | 101100101 | 110100 | 10110 |
Color Harmonies of #551B1E
Complementary color
Monochromatic Colors of #551B1E
Black with #551B1E
Text Example
Text Example
White with #551B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B1E; }
p { color: rgb(85,27,30); }
H1.HeaderClassName
{
color: #551B1E;
}
.AnyTagClassName
{
color: #551B1E;
}
</style>
background-color css
<style>
a { background-color: #551B1E; }
a { background-color: rgb(85,27,30); }
div.DivClassName
{
background-color: #551B1E;
}
.BgClassName
{
background-color: #551B1E;
}
</style>
border-color css
<style>
span { border-color: #551B1E; }
span { border-color: rgb(85,27,30); }
td.TdClassName
{
border-color: #551B1E;
}
.TagClassName
{
border-color: #551B1E;
}
</style>