Shades of Burnt Crimson #552227
Tints of Burnt Crimson #552227
RGB
CMYK
RGB Variations
Color information
#552227 (or 0x552227) is known color: Burnt Crimson. HEX triplet: 55, 22 and 27. RGB value is (85,34,39). Sum of RGB (Red+Green+Blue) = 85+34+39=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #552227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552227 is #AADDD8. Grayscale: #313131. Windows color (decimal): -11197913 or 2564693. OLE color: 2564693.
HSL color Cylindrical-coordinate representation of color #552227: hue angle of 354.12º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552227 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 34 | 39 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.67 |
| HSL | 354.12º | 0.43% | 0.23% | - |
| HSV(B) | 354.12º | 0.6% | 0.33% | - |
| XYZ | 4.68 | 3.22 | 2.29 | - |
| YUV | 49.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 39 | 0 | 0.60 | 0.54 | 0.67 | 354.12 | 0.43 | 0.23 |
| Hex | 55 | 22 | 27 | 0 | 3C | 36 | 43 | 162 | 2B | 17 |
| Octal | 125 | 42 | 47 | 0 | 74 | 66 | 103 | 542 | 53 | 27 |
| Binary | 1010101 | 100010 | 100111 | 0 | 111100 | 110110 | 1000011 | 101100010 | 101011 | 10111 |
Color Harmonies of #552227
Complementary color
Monochromatic Colors of #552227
Black with #552227
Text Example
Text Example
White with #552227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552227; }
p { color: rgb(85,34,39); }
H1.HeaderClassName
{
color: #552227;
}
.AnyTagClassName
{
color: #552227;
}
</style>
background-color css
<style>
a { background-color: #552227; }
a { background-color: rgb(85,34,39); }
div.DivClassName
{
background-color: #552227;
}
.BgClassName
{
background-color: #552227;
}
</style>
border-color css
<style>
span { border-color: #552227; }
span { border-color: rgb(85,34,39); }
td.TdClassName
{
border-color: #552227;
}
.TagClassName
{
border-color: #552227;
}
</style>