Shades of Black Rose #55182E
Tints of Black Rose #55182E
RGB
CMYK
RGB Variations
Color information
#55182E (or 0x55182E) is known color: Black Rose. HEX triplet: 55, 18 and 2E. RGB value is (85,24,46). Sum of RGB (Red+Green+Blue) = 85+24+46=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #55182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55182E is #AAE7D1. Grayscale: #2C2C2C. Windows color (decimal): -11200466 or 3020885. OLE color: 3020885.
HSL color Cylindrical-coordinate representation of color #55182E: hue angle of 338.36º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55182E is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 46 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.67 |
| HSL | 338.36º | 0.56% | 0.21% | - |
| HSV(B) | 338.36º | 0.72% | 0.33% | - |
| XYZ | 4.57 | 2.78 | 2.88 | - |
| YUV | 44.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 46 | 0 | 0.72 | 0.46 | 0.67 | 338.36 | 0.56 | 0.21 |
| Hex | 55 | 18 | 2E | 0 | 48 | 2E | 43 | 152 | 38 | 15 |
| Octal | 125 | 30 | 56 | 0 | 110 | 56 | 103 | 522 | 70 | 25 |
| Binary | 1010101 | 11000 | 101110 | 0 | 1001000 | 101110 | 1000011 | 101010010 | 111000 | 10101 |
Color Harmonies of #55182E
Complementary color
Monochromatic Colors of #55182E
Black with #55182E
Text Example
Text Example
White with #55182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55182E; }
p { color: rgb(85,24,46); }
H1.HeaderClassName
{
color: #55182E;
}
.AnyTagClassName
{
color: #55182E;
}
</style>
background-color css
<style>
a { background-color: #55182E; }
a { background-color: rgb(85,24,46); }
div.DivClassName
{
background-color: #55182E;
}
.BgClassName
{
background-color: #55182E;
}
</style>
border-color css
<style>
span { border-color: #55182E; }
span { border-color: rgb(85,24,46); }
td.TdClassName
{
border-color: #55182E;
}
.TagClassName
{
border-color: #55182E;
}
</style>