Shades of Black Rose #552139
Tints of Black Rose #552139
RGB
CMYK
RGB Variations
Color information
#552139 (or 0x552139) is known color: Black Rose. HEX triplet: 55, 21 and 39. RGB value is (85,33,57). Sum of RGB (Red+Green+Blue) = 85+33+57=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552139 is #AADEC6. Grayscale: #333333. Windows color (decimal): -11198151 or 3744085. OLE color: 3744085.
HSL color Cylindrical-coordinate representation of color #552139: hue angle of 332.31º 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 #552139 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 57 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.67 |
| HSL | 332.31º | 0.44% | 0.23% | - |
| HSV(B) | 332.31º | 0.61% | 0.33% | - |
| XYZ | 5.03 | 3.31 | 4.25 | - |
| YUV | 51.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 57 | 0 | 0.61 | 0.33 | 0.67 | 332.31 | 0.44 | 0.23 |
| Hex | 55 | 21 | 39 | 0 | 3D | 21 | 43 | 14C | 2C | 17 |
| Octal | 125 | 41 | 71 | 0 | 75 | 41 | 103 | 514 | 54 | 27 |
| Binary | 1010101 | 100001 | 111001 | 0 | 111101 | 100001 | 1000011 | 101001100 | 101100 | 10111 |
Color Harmonies of #552139
Complementary color
Monochromatic Colors of #552139
Black with #552139
Text Example
Text Example
White with #552139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552139; }
p { color: rgb(85,33,57); }
H1.HeaderClassName
{
color: #552139;
}
.AnyTagClassName
{
color: #552139;
}
</style>
background-color css
<style>
a { background-color: #552139; }
a { background-color: rgb(85,33,57); }
div.DivClassName
{
background-color: #552139;
}
.BgClassName
{
background-color: #552139;
}
</style>
border-color css
<style>
span { border-color: #552139; }
span { border-color: rgb(85,33,57); }
td.TdClassName
{
border-color: #552139;
}
.TagClassName
{
border-color: #552139;
}
</style>