Shades of Black Rose #552532
Tints of Black Rose #552532
RGB
CMYK
RGB Variations
Color information
#552532 (or 0x552532) is known color: Black Rose. HEX triplet: 55, 25 and 32. RGB value is (85,37,50). Sum of RGB (Red+Green+Blue) = 85+37+50=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552532 is #AADACD. Grayscale: #343434. Windows color (decimal): -11197134 or 3286357. OLE color: 3286357.
HSL color Cylindrical-coordinate representation of color #552532: hue angle of 343.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552532 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 50 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.67 |
| HSL | 343.75º | 0.39% | 0.24% | - |
| HSV(B) | 343.75º | 0.56% | 0.33% | - |
| XYZ | 4.98 | 3.48 | 3.43 | - |
| YUV | 52.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 50 | 0 | 0.56 | 0.41 | 0.67 | 343.75 | 0.39 | 0.24 |
| Hex | 55 | 25 | 32 | 0 | 38 | 29 | 43 | 158 | 27 | 18 |
| Octal | 125 | 45 | 62 | 0 | 70 | 51 | 103 | 530 | 47 | 30 |
| Binary | 1010101 | 100101 | 110010 | 0 | 111000 | 101001 | 1000011 | 101011000 | 100111 | 11000 |
Color Harmonies of #552532
Complementary color
Monochromatic Colors of #552532
Black with #552532
Text Example
Text Example
White with #552532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552532; }
p { color: rgb(85,37,50); }
H1.HeaderClassName
{
color: #552532;
}
.AnyTagClassName
{
color: #552532;
}
</style>
background-color css
<style>
a { background-color: #552532; }
a { background-color: rgb(85,37,50); }
div.DivClassName
{
background-color: #552532;
}
.BgClassName
{
background-color: #552532;
}
</style>
border-color css
<style>
span { border-color: #552532; }
span { border-color: rgb(85,37,50); }
td.TdClassName
{
border-color: #552532;
}
.TagClassName
{
border-color: #552532;
}
</style>