Shades of Burnt Crimson #552228
Tints of Burnt Crimson #552228
RGB
CMYK
RGB Variations
Color information
#552228 (or 0x552228) is known color: Burnt Crimson. HEX triplet: 55, 22 and 28. RGB value is (85,34,40). Sum of RGB (Red+Green+Blue) = 85+34+40=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #552228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552228 is #AADDD7. Grayscale: #313131. Windows color (decimal): -11197912 or 2630229. OLE color: 2630229.
HSL color Cylindrical-coordinate representation of color #552228: hue angle of 352.94º 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 #552228 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 34 | 40 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.67 |
| HSL | 352.94º | 0.43% | 0.23% | - |
| HSV(B) | 352.94º | 0.6% | 0.33% | - |
| XYZ | 4.7 | 3.23 | 2.38 | - |
| YUV | 49.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 40 | 0 | 0.60 | 0.53 | 0.67 | 352.94 | 0.43 | 0.23 |
| Hex | 55 | 22 | 28 | 0 | 3C | 35 | 43 | 161 | 2B | 17 |
| Octal | 125 | 42 | 50 | 0 | 74 | 65 | 103 | 541 | 53 | 27 |
| Binary | 1010101 | 100010 | 101000 | 0 | 111100 | 110101 | 1000011 | 101100001 | 101011 | 10111 |
Color Harmonies of #552228
Complementary color
Monochromatic Colors of #552228
Black with #552228
Text Example
Text Example
White with #552228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552228; }
p { color: rgb(85,34,40); }
H1.HeaderClassName
{
color: #552228;
}
.AnyTagClassName
{
color: #552228;
}
</style>
background-color css
<style>
a { background-color: #552228; }
a { background-color: rgb(85,34,40); }
div.DivClassName
{
background-color: #552228;
}
.BgClassName
{
background-color: #552228;
}
</style>
border-color css
<style>
span { border-color: #552228; }
span { border-color: rgb(85,34,40); }
td.TdClassName
{
border-color: #552228;
}
.TagClassName
{
border-color: #552228;
}
</style>