Shades of Black Rose #552C39
Tints of Black Rose #552C39
RGB
CMYK
RGB Variations
Color information
#552C39 (or 0x552C39) is known color: Black Rose. HEX triplet: 55, 2C and 39. RGB value is (85,44,57). Sum of RGB (Red+Green+Blue) = 85+44+57=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #552C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C39 is #AAD3C6. Grayscale: #393939. Windows color (decimal): -11195335 or 3746901. OLE color: 3746901.
HSL color Cylindrical-coordinate representation of color #552C39: hue angle of 340.98º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552C39 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 57 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.67 |
| HSL | 340.98º | 0.32% | 0.25% | - |
| HSV(B) | 340.98º | 0.48% | 0.33% | - |
| XYZ | 5.39 | 4.03 | 4.36 | - |
| YUV | 57.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 57 | 0 | 0.48 | 0.33 | 0.67 | 340.98 | 0.32 | 0.25 |
| Hex | 55 | 2C | 39 | 0 | 30 | 21 | 43 | 155 | 20 | 19 |
| Octal | 125 | 54 | 71 | 0 | 60 | 41 | 103 | 525 | 40 | 31 |
| Binary | 1010101 | 101100 | 111001 | 0 | 110000 | 100001 | 1000011 | 101010101 | 100000 | 11001 |
Color Harmonies of #552C39
Complementary color
Monochromatic Colors of #552C39
Black with #552C39
Text Example
Text Example
White with #552C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C39; }
p { color: rgb(85,44,57); }
H1.HeaderClassName
{
color: #552C39;
}
.AnyTagClassName
{
color: #552C39;
}
</style>
background-color css
<style>
a { background-color: #552C39; }
a { background-color: rgb(85,44,57); }
div.DivClassName
{
background-color: #552C39;
}
.BgClassName
{
background-color: #552C39;
}
</style>
border-color css
<style>
span { border-color: #552C39; }
span { border-color: rgb(85,44,57); }
td.TdClassName
{
border-color: #552C39;
}
.TagClassName
{
border-color: #552C39;
}
</style>