Shades of Burnt Crimson #551D22
Tints of Burnt Crimson #551D22
RGB
CMYK
RGB Variations
Color information
#551D22 (or 0x551D22) is known color: Burnt Crimson. HEX triplet: 55, 1D and 22. RGB value is (85,29,34). Sum of RGB (Red+Green+Blue) = 85+29+34=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #551D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D22 is #AAE2DD. Grayscale: #2E2E2E. Windows color (decimal): -11199198 or 2235733. OLE color: 2235733.
HSL color Cylindrical-coordinate representation of color #551D22: hue angle of 354.64º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D22 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 34 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.67 |
| HSL | 354.64º | 0.49% | 0.22% | - |
| HSV(B) | 354.64º | 0.66% | 0.33% | - |
| XYZ | 4.47 | 2.93 | 1.84 | - |
| YUV | 46.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 34 | 0 | 0.66 | 0.60 | 0.67 | 354.64 | 0.49 | 0.22 |
| Hex | 55 | 1D | 22 | 0 | 42 | 3C | 43 | 163 | 31 | 16 |
| Octal | 125 | 35 | 42 | 0 | 102 | 74 | 103 | 543 | 61 | 26 |
| Binary | 1010101 | 11101 | 100010 | 0 | 1000010 | 111100 | 1000011 | 101100011 | 110001 | 10110 |
Color Harmonies of #551D22
Complementary color
Monochromatic Colors of #551D22
Black with #551D22
Text Example
Text Example
White with #551D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D22; }
p { color: rgb(85,29,34); }
H1.HeaderClassName
{
color: #551D22;
}
.AnyTagClassName
{
color: #551D22;
}
</style>
background-color css
<style>
a { background-color: #551D22; }
a { background-color: rgb(85,29,34); }
div.DivClassName
{
background-color: #551D22;
}
.BgClassName
{
background-color: #551D22;
}
</style>
border-color css
<style>
span { border-color: #551D22; }
span { border-color: rgb(85,29,34); }
td.TdClassName
{
border-color: #551D22;
}
.TagClassName
{
border-color: #551D22;
}
</style>