Shades of Black Rose #552734
Tints of Black Rose #552734
RGB
CMYK
RGB Variations
Color information
#552734 (or 0x552734) is known color: Black Rose. HEX triplet: 55, 27 and 34. RGB value is (85,39,52). Sum of RGB (Red+Green+Blue) = 85+39+52=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #552734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552734 is #AAD8CB. Grayscale: #363636. Windows color (decimal): -11196620 or 3417941. OLE color: 3417941.
HSL color Cylindrical-coordinate representation of color #552734: hue angle of 343.04º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #552734 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 39 | 52 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.67 |
| HSL | 343.04º | 0.37% | 0.24% | - |
| HSV(B) | 343.04º | 0.54% | 0.33% | - |
| XYZ | 5.09 | 3.63 | 3.68 | - |
| YUV | 54.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 52 | 0 | 0.54 | 0.39 | 0.67 | 343.04 | 0.37 | 0.24 |
| Hex | 55 | 27 | 34 | 0 | 36 | 27 | 43 | 157 | 25 | 18 |
| Octal | 125 | 47 | 64 | 0 | 66 | 47 | 103 | 527 | 45 | 30 |
| Binary | 1010101 | 100111 | 110100 | 0 | 110110 | 100111 | 1000011 | 101010111 | 100101 | 11000 |
Color Harmonies of #552734
Complementary color
Monochromatic Colors of #552734
Black with #552734
Text Example
Text Example
White with #552734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552734; }
p { color: rgb(85,39,52); }
H1.HeaderClassName
{
color: #552734;
}
.AnyTagClassName
{
color: #552734;
}
</style>
background-color css
<style>
a { background-color: #552734; }
a { background-color: rgb(85,39,52); }
div.DivClassName
{
background-color: #552734;
}
.BgClassName
{
background-color: #552734;
}
</style>
border-color css
<style>
span { border-color: #552734; }
span { border-color: rgb(85,39,52); }
td.TdClassName
{
border-color: #552734;
}
.TagClassName
{
border-color: #552734;
}
</style>