Shades of Black Rose #552434
Tints of Black Rose #552434
RGB
CMYK
RGB Variations
Color information
#552434 (or 0x552434) is known color: Black Rose. HEX triplet: 55, 24 and 34. RGB value is (85,36,52). Sum of RGB (Red+Green+Blue) = 85+36+52=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #552434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552434 is #AADBCB. Grayscale: #343434. Windows color (decimal): -11197388 or 3417173. OLE color: 3417173.
HSL color Cylindrical-coordinate representation of color #552434: hue angle of 340.41º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #552434 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 36 | 52 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.67 |
| HSL | 340.41º | 0.4% | 0.24% | - |
| HSV(B) | 340.41º | 0.58% | 0.33% | - |
| XYZ | 5 | 3.44 | 3.65 | - |
| YUV | 52.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 52 | 0 | 0.58 | 0.39 | 0.67 | 340.41 | 0.4 | 0.24 |
| Hex | 55 | 24 | 34 | 0 | 3A | 27 | 43 | 154 | 28 | 18 |
| Octal | 125 | 44 | 64 | 0 | 72 | 47 | 103 | 524 | 50 | 30 |
| Binary | 1010101 | 100100 | 110100 | 0 | 111010 | 100111 | 1000011 | 101010100 | 101000 | 11000 |
Color Harmonies of #552434
Complementary color
Monochromatic Colors of #552434
Black with #552434
Text Example
Text Example
White with #552434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552434; }
p { color: rgb(85,36,52); }
H1.HeaderClassName
{
color: #552434;
}
.AnyTagClassName
{
color: #552434;
}
</style>
background-color css
<style>
a { background-color: #552434; }
a { background-color: rgb(85,36,52); }
div.DivClassName
{
background-color: #552434;
}
.BgClassName
{
background-color: #552434;
}
</style>
border-color css
<style>
span { border-color: #552434; }
span { border-color: rgb(85,36,52); }
td.TdClassName
{
border-color: #552434;
}
.TagClassName
{
border-color: #552434;
}
</style>