Shades of Burnt Crimson #552124
Tints of Burnt Crimson #552124
RGB
CMYK
RGB Variations
Color information
#552124 (or 0x552124) is known color: Burnt Crimson. HEX triplet: 55, 21 and 24. RGB value is (85,33,36). Sum of RGB (Red+Green+Blue) = 85+33+36=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #552124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552124 is #AADEDB. Grayscale: #303030. Windows color (decimal): -11198172 or 2367829. OLE color: 2367829.
HSL color Cylindrical-coordinate representation of color #552124: hue angle of 356.54º 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 #552124 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 36 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.67 |
| HSL | 356.54º | 0.44% | 0.23% | - |
| HSV(B) | 356.54º | 0.61% | 0.33% | - |
| XYZ | 4.61 | 3.15 | 2.03 | - |
| YUV | 48.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 36 | 0 | 0.61 | 0.58 | 0.67 | 356.54 | 0.44 | 0.23 |
| Hex | 55 | 21 | 24 | 0 | 3D | 3A | 43 | 165 | 2C | 17 |
| Octal | 125 | 41 | 44 | 0 | 75 | 72 | 103 | 545 | 54 | 27 |
| Binary | 1010101 | 100001 | 100100 | 0 | 111101 | 111010 | 1000011 | 101100101 | 101100 | 10111 |
Color Harmonies of #552124
Complementary color
Monochromatic Colors of #552124
Black with #552124
Text Example
Text Example
White with #552124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552124; }
p { color: rgb(85,33,36); }
H1.HeaderClassName
{
color: #552124;
}
.AnyTagClassName
{
color: #552124;
}
</style>
background-color css
<style>
a { background-color: #552124; }
a { background-color: rgb(85,33,36); }
div.DivClassName
{
background-color: #552124;
}
.BgClassName
{
background-color: #552124;
}
</style>
border-color css
<style>
span { border-color: #552124; }
span { border-color: rgb(85,33,36); }
td.TdClassName
{
border-color: #552124;
}
.TagClassName
{
border-color: #552124;
}
</style>