Shades of Black Rose #55232E
Tints of Black Rose #55232E
RGB
CMYK
RGB Variations
Color information
#55232E (or 0x55232E) is known color: Black Rose. HEX triplet: 55, 23 and 2E. RGB value is (85,35,46). Sum of RGB (Red+Green+Blue) = 85+35+46=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55232E is #AADCD1. Grayscale: #333333. Windows color (decimal): -11197650 or 3023701. OLE color: 3023701.
HSL color Cylindrical-coordinate representation of color #55232E: hue angle of 346.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55232E is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 35 | 46 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.67 |
| HSL | 346.8º | 0.42% | 0.24% | - |
| HSV(B) | 346.8º | 0.59% | 0.33% | - |
| XYZ | 4.84 | 3.33 | 2.97 | - |
| YUV | 51.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 46 | 0 | 0.59 | 0.46 | 0.67 | 346.8 | 0.42 | 0.24 |
| Hex | 55 | 23 | 2E | 0 | 3B | 2E | 43 | 15B | 2A | 18 |
| Octal | 125 | 43 | 56 | 0 | 73 | 56 | 103 | 533 | 52 | 30 |
| Binary | 1010101 | 100011 | 101110 | 0 | 111011 | 101110 | 1000011 | 101011011 | 101010 | 11000 |
Color Harmonies of #55232E
Complementary color
Monochromatic Colors of #55232E
Black with #55232E
Text Example
Text Example
White with #55232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55232E; }
p { color: rgb(85,35,46); }
H1.HeaderClassName
{
color: #55232E;
}
.AnyTagClassName
{
color: #55232E;
}
</style>
background-color css
<style>
a { background-color: #55232E; }
a { background-color: rgb(85,35,46); }
div.DivClassName
{
background-color: #55232E;
}
.BgClassName
{
background-color: #55232E;
}
</style>
border-color css
<style>
span { border-color: #55232E; }
span { border-color: rgb(85,35,46); }
td.TdClassName
{
border-color: #55232E;
}
.TagClassName
{
border-color: #55232E;
}
</style>