Shades of Black Rose #55252D
Tints of Black Rose #55252D
RGB
CMYK
RGB Variations
Color information
#55252D (or 0x55252D) is known color: Black Rose. HEX triplet: 55, 25 and 2D. RGB value is (85,37,45). Sum of RGB (Red+Green+Blue) = 85+37+45=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55252D is #AADAD2. Grayscale: #343434. Windows color (decimal): -11197139 or 2958677. OLE color: 2958677.
HSL color Cylindrical-coordinate representation of color #55252D: hue angle of 350º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55252D is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 45 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.67 |
| HSL | 350º | 0.39% | 0.24% | - |
| HSV(B) | 350º | 0.56% | 0.33% | - |
| XYZ | 4.88 | 3.44 | 2.89 | - |
| YUV | 52.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 45 | 0 | 0.56 | 0.47 | 0.67 | 350 | 0.39 | 0.24 |
| Hex | 55 | 25 | 2D | 0 | 38 | 2F | 43 | 15E | 27 | 18 |
| Octal | 125 | 45 | 55 | 0 | 70 | 57 | 103 | 536 | 47 | 30 |
| Binary | 1010101 | 100101 | 101101 | 0 | 111000 | 101111 | 1000011 | 101011110 | 100111 | 11000 |
Color Harmonies of #55252D
Complementary color
Monochromatic Colors of #55252D
Black with #55252D
Text Example
Text Example
White with #55252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55252D; }
p { color: rgb(85,37,45); }
H1.HeaderClassName
{
color: #55252D;
}
.AnyTagClassName
{
color: #55252D;
}
</style>
background-color css
<style>
a { background-color: #55252D; }
a { background-color: rgb(85,37,45); }
div.DivClassName
{
background-color: #55252D;
}
.BgClassName
{
background-color: #55252D;
}
</style>
border-color css
<style>
span { border-color: #55252D; }
span { border-color: rgb(85,37,45); }
td.TdClassName
{
border-color: #55252D;
}
.TagClassName
{
border-color: #55252D;
}
</style>