Shades of Black Rose #552234
Tints of Black Rose #552234
RGB
CMYK
RGB Variations
Color information
#552234 (or 0x552234) is known color: Black Rose. HEX triplet: 55, 22 and 34. RGB value is (85,34,52). Sum of RGB (Red+Green+Blue) = 85+34+52=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #552234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552234 is #AADDCB. Grayscale: #333333. Windows color (decimal): -11197900 or 3416661. OLE color: 3416661.
HSL color Cylindrical-coordinate representation of color #552234: hue angle of 338.82º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552234 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 34 | 52 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.67 |
| HSL | 338.82º | 0.43% | 0.23% | - |
| HSV(B) | 338.82º | 0.6% | 0.33% | - |
| XYZ | 4.94 | 3.32 | 3.63 | - |
| YUV | 51.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 52 | 0 | 0.60 | 0.39 | 0.67 | 338.82 | 0.43 | 0.23 |
| Hex | 55 | 22 | 34 | 0 | 3C | 27 | 43 | 153 | 2B | 17 |
| Octal | 125 | 42 | 64 | 0 | 74 | 47 | 103 | 523 | 53 | 27 |
| Binary | 1010101 | 100010 | 110100 | 0 | 111100 | 100111 | 1000011 | 101010011 | 101011 | 10111 |
Color Harmonies of #552234
Complementary color
Monochromatic Colors of #552234
Black with #552234
Text Example
Text Example
White with #552234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552234; }
p { color: rgb(85,34,52); }
H1.HeaderClassName
{
color: #552234;
}
.AnyTagClassName
{
color: #552234;
}
</style>
background-color css
<style>
a { background-color: #552234; }
a { background-color: rgb(85,34,52); }
div.DivClassName
{
background-color: #552234;
}
.BgClassName
{
background-color: #552234;
}
</style>
border-color css
<style>
span { border-color: #552234; }
span { border-color: rgb(85,34,52); }
td.TdClassName
{
border-color: #552234;
}
.TagClassName
{
border-color: #552234;
}
</style>