Shades of Burnt Crimson #552123
Tints of Burnt Crimson #552123
RGB
CMYK
RGB Variations
Color information
#552123 (or 0x552123) is known color: Burnt Crimson. HEX triplet: 55, 21 and 23. RGB value is (85,33,35). Sum of RGB (Red+Green+Blue) = 85+33+35=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #552123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552123 is #AADEDC. Grayscale: #303030. Windows color (decimal): -11198173 or 2302293. OLE color: 2302293.
HSL color Cylindrical-coordinate representation of color #552123: hue angle of 357.69º 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 #552123 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 35 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.67 |
| HSL | 357.69º | 0.44% | 0.23% | - |
| HSV(B) | 357.69º | 0.61% | 0.33% | - |
| XYZ | 4.59 | 3.14 | 1.95 | - |
| YUV | 48.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 35 | 0 | 0.61 | 0.59 | 0.67 | 357.69 | 0.44 | 0.23 |
| Hex | 55 | 21 | 23 | 0 | 3D | 3B | 43 | 166 | 2C | 17 |
| Octal | 125 | 41 | 43 | 0 | 75 | 73 | 103 | 546 | 54 | 27 |
| Binary | 1010101 | 100001 | 100011 | 0 | 111101 | 111011 | 1000011 | 101100110 | 101100 | 10111 |
Color Harmonies of #552123
Complementary color
Monochromatic Colors of #552123
Black with #552123
Text Example
Text Example
White with #552123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552123; }
p { color: rgb(85,33,35); }
H1.HeaderClassName
{
color: #552123;
}
.AnyTagClassName
{
color: #552123;
}
</style>
background-color css
<style>
a { background-color: #552123; }
a { background-color: rgb(85,33,35); }
div.DivClassName
{
background-color: #552123;
}
.BgClassName
{
background-color: #552123;
}
</style>
border-color css
<style>
span { border-color: #552123; }
span { border-color: rgb(85,33,35); }
td.TdClassName
{
border-color: #552123;
}
.TagClassName
{
border-color: #552123;
}
</style>