Shades of Burnt Crimson #552122
Tints of Burnt Crimson #552122
RGB
CMYK
RGB Variations
Color information
#552122 (or 0x552122) is known color: Burnt Crimson. HEX triplet: 55, 21 and 22. RGB value is (85,33,34). Sum of RGB (Red+Green+Blue) = 85+33+34=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #552122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552122 is #AADEDD. Grayscale: #303030. Windows color (decimal): -11198174 or 2236757. OLE color: 2236757.
HSL color Cylindrical-coordinate representation of color #552122: hue angle of 358.85º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552122 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 34 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.67 |
| HSL | 358.85º | 0.44% | 0.23% | - |
| HSV(B) | 358.85º | 0.61% | 0.33% | - |
| XYZ | 4.58 | 3.13 | 1.88 | - |
| YUV | 48.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 34 | 0 | 0.61 | 0.60 | 0.67 | 358.85 | 0.44 | 0.23 |
| Hex | 55 | 21 | 22 | 0 | 3D | 3C | 43 | 167 | 2C | 17 |
| Octal | 125 | 41 | 42 | 0 | 75 | 74 | 103 | 547 | 54 | 27 |
| Binary | 1010101 | 100001 | 100010 | 0 | 111101 | 111100 | 1000011 | 101100111 | 101100 | 10111 |
Color Harmonies of #552122
Complementary color
Monochromatic Colors of #552122
Black with #552122
Text Example
Text Example
White with #552122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552122; }
p { color: rgb(85,33,34); }
H1.HeaderClassName
{
color: #552122;
}
.AnyTagClassName
{
color: #552122;
}
</style>
background-color css
<style>
a { background-color: #552122; }
a { background-color: rgb(85,33,34); }
div.DivClassName
{
background-color: #552122;
}
.BgClassName
{
background-color: #552122;
}
</style>
border-color css
<style>
span { border-color: #552122; }
span { border-color: rgb(85,33,34); }
td.TdClassName
{
border-color: #552122;
}
.TagClassName
{
border-color: #552122;
}
</style>