Shades of Black Rose #552033
Tints of Black Rose #552033
RGB
CMYK
RGB Variations
Color information
#552033 (or 0x552033) is known color: Black Rose. HEX triplet: 55, 20 and 33. RGB value is (85,32,51). Sum of RGB (Red+Green+Blue) = 85+32+51=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #552033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552033 is #AADFCC. Grayscale: #313131. Windows color (decimal): -11198413 or 3350613. OLE color: 3350613.
HSL color Cylindrical-coordinate representation of color #552033: hue angle of 338.49º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552033 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 51 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.67 |
| HSL | 338.49º | 0.45% | 0.23% | - |
| HSV(B) | 338.49º | 0.62% | 0.33% | - |
| XYZ | 4.86 | 3.2 | 3.49 | - |
| YUV | 50.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 51 | 0 | 0.62 | 0.40 | 0.67 | 338.49 | 0.45 | 0.23 |
| Hex | 55 | 20 | 33 | 0 | 3E | 28 | 43 | 152 | 2D | 17 |
| Octal | 125 | 40 | 63 | 0 | 76 | 50 | 103 | 522 | 55 | 27 |
| Binary | 1010101 | 100000 | 110011 | 0 | 111110 | 101000 | 1000011 | 101010010 | 101101 | 10111 |
Color Harmonies of #552033
Complementary color
Monochromatic Colors of #552033
Black with #552033
Text Example
Text Example
White with #552033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552033; }
p { color: rgb(85,32,51); }
H1.HeaderClassName
{
color: #552033;
}
.AnyTagClassName
{
color: #552033;
}
</style>
background-color css
<style>
a { background-color: #552033; }
a { background-color: rgb(85,32,51); }
div.DivClassName
{
background-color: #552033;
}
.BgClassName
{
background-color: #552033;
}
</style>
border-color css
<style>
span { border-color: #552033; }
span { border-color: rgb(85,32,51); }
td.TdClassName
{
border-color: #552033;
}
.TagClassName
{
border-color: #552033;
}
</style>