Shades of Black Rose #55242E
Tints of Black Rose #55242E
RGB
CMYK
RGB Variations
Color information
#55242E (or 0x55242E) is known color: Black Rose. HEX triplet: 55, 24 and 2E. RGB value is (85,36,46). Sum of RGB (Red+Green+Blue) = 85+36+46=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55242E is #AADBD1. Grayscale: #333333. Windows color (decimal): -11197394 or 3023957. OLE color: 3023957.
HSL color Cylindrical-coordinate representation of color #55242E: hue angle of 347.76º 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 #55242E is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 36 | 46 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.67 |
| HSL | 347.76º | 0.4% | 0.24% | - |
| HSV(B) | 347.76º | 0.58% | 0.33% | - |
| XYZ | 4.87 | 3.39 | 2.98 | - |
| YUV | 51.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 46 | 0 | 0.58 | 0.46 | 0.67 | 347.76 | 0.4 | 0.24 |
| Hex | 55 | 24 | 2E | 0 | 3A | 2E | 43 | 15C | 28 | 18 |
| Octal | 125 | 44 | 56 | 0 | 72 | 56 | 103 | 534 | 50 | 30 |
| Binary | 1010101 | 100100 | 101110 | 0 | 111010 | 101110 | 1000011 | 101011100 | 101000 | 11000 |
Color Harmonies of #55242E
Complementary color
Monochromatic Colors of #55242E
Black with #55242E
Text Example
Text Example
White with #55242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55242E; }
p { color: rgb(85,36,46); }
H1.HeaderClassName
{
color: #55242E;
}
.AnyTagClassName
{
color: #55242E;
}
</style>
background-color css
<style>
a { background-color: #55242E; }
a { background-color: rgb(85,36,46); }
div.DivClassName
{
background-color: #55242E;
}
.BgClassName
{
background-color: #55242E;
}
</style>
border-color css
<style>
span { border-color: #55242E; }
span { border-color: rgb(85,36,46); }
td.TdClassName
{
border-color: #55242E;
}
.TagClassName
{
border-color: #55242E;
}
</style>