Shades of Burnt Crimson #552127
Tints of Burnt Crimson #552127
RGB
CMYK
RGB Variations
Color information
#552127 (or 0x552127) is known color: Burnt Crimson. HEX triplet: 55, 21 and 27. RGB value is (85,33,39). Sum of RGB (Red+Green+Blue) = 85+33+39=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #552127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552127 is #AADED8. Grayscale: #313131. Windows color (decimal): -11198169 or 2564437. OLE color: 2564437.
HSL color Cylindrical-coordinate representation of color #552127: hue angle of 353.08º 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 #552127 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 39 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.67 |
| HSL | 353.08º | 0.44% | 0.23% | - |
| HSV(B) | 353.08º | 0.61% | 0.33% | - |
| XYZ | 4.66 | 3.17 | 2.29 | - |
| YUV | 49.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 39 | 0 | 0.61 | 0.54 | 0.67 | 353.08 | 0.44 | 0.23 |
| Hex | 55 | 21 | 27 | 0 | 3D | 36 | 43 | 161 | 2C | 17 |
| Octal | 125 | 41 | 47 | 0 | 75 | 66 | 103 | 541 | 54 | 27 |
| Binary | 1010101 | 100001 | 100111 | 0 | 111101 | 110110 | 1000011 | 101100001 | 101100 | 10111 |
Color Harmonies of #552127
Complementary color
Monochromatic Colors of #552127
Black with #552127
Text Example
Text Example
White with #552127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552127; }
p { color: rgb(85,33,39); }
H1.HeaderClassName
{
color: #552127;
}
.AnyTagClassName
{
color: #552127;
}
</style>
background-color css
<style>
a { background-color: #552127; }
a { background-color: rgb(85,33,39); }
div.DivClassName
{
background-color: #552127;
}
.BgClassName
{
background-color: #552127;
}
</style>
border-color css
<style>
span { border-color: #552127; }
span { border-color: rgb(85,33,39); }
td.TdClassName
{
border-color: #552127;
}
.TagClassName
{
border-color: #552127;
}
</style>