Shades of Black Rose #552C3C
Tints of Black Rose #552C3C
RGB
CMYK
RGB Variations
Color information
#552C3C (or 0x552C3C) is known color: Black Rose. HEX triplet: 55, 2C and 3C. RGB value is (85,44,60). Sum of RGB (Red+Green+Blue) = 85+44+60=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #552C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C3C is #AAD3C3. Grayscale: #3A3A3A. Windows color (decimal): -11195332 or 3943509. OLE color: 3943509.
HSL color Cylindrical-coordinate representation of color #552C3C: hue angle of 336.59º 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 #552C3C is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 60 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.67 |
| HSL | 336.59º | 0.32% | 0.25% | - |
| HSV(B) | 336.59º | 0.48% | 0.33% | - |
| XYZ | 5.46 | 4.06 | 4.77 | - |
| YUV | 58.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 60 | 0 | 0.48 | 0.29 | 0.67 | 336.59 | 0.32 | 0.25 |
| Hex | 55 | 2C | 3C | 0 | 30 | 1D | 43 | 151 | 20 | 19 |
| Octal | 125 | 54 | 74 | 0 | 60 | 35 | 103 | 521 | 40 | 31 |
| Binary | 1010101 | 101100 | 111100 | 0 | 110000 | 11101 | 1000011 | 101010001 | 100000 | 11001 |
Color Harmonies of #552C3C
Complementary color
Monochromatic Colors of #552C3C
Black with #552C3C
Text Example
Text Example
White with #552C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C3C; }
p { color: rgb(85,44,60); }
H1.HeaderClassName
{
color: #552C3C;
}
.AnyTagClassName
{
color: #552C3C;
}
</style>
background-color css
<style>
a { background-color: #552C3C; }
a { background-color: rgb(85,44,60); }
div.DivClassName
{
background-color: #552C3C;
}
.BgClassName
{
background-color: #552C3C;
}
</style>
border-color css
<style>
span { border-color: #552C3C; }
span { border-color: rgb(85,44,60); }
td.TdClassName
{
border-color: #552C3C;
}
.TagClassName
{
border-color: #552C3C;
}
</style>