Shades of Black Rose #55273B
Tints of Black Rose #55273B
RGB
CMYK
RGB Variations
Color information
#55273B (or 0x55273B) is known color: Black Rose. HEX triplet: 55, 27 and 3B. RGB value is (85,39,59). Sum of RGB (Red+Green+Blue) = 85+39+59=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55273B is #AAD8C4. Grayscale: #373737. Windows color (decimal): -11196613 or 3876693. OLE color: 3876693.
HSL color Cylindrical-coordinate representation of color #55273B: hue angle of 333.91º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55273B is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 39 | 59 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.67 |
| HSL | 333.91º | 0.37% | 0.24% | - |
| HSV(B) | 333.91º | 0.54% | 0.33% | - |
| XYZ | 5.26 | 3.7 | 4.57 | - |
| YUV | 55.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 59 | 0 | 0.54 | 0.31 | 0.67 | 333.91 | 0.37 | 0.24 |
| Hex | 55 | 27 | 3B | 0 | 36 | 1F | 43 | 14E | 25 | 18 |
| Octal | 125 | 47 | 73 | 0 | 66 | 37 | 103 | 516 | 45 | 30 |
| Binary | 1010101 | 100111 | 111011 | 0 | 110110 | 11111 | 1000011 | 101001110 | 100101 | 11000 |
Color Harmonies of #55273B
Complementary color
Monochromatic Colors of #55273B
Black with #55273B
Text Example
Text Example
White with #55273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55273B; }
p { color: rgb(85,39,59); }
H1.HeaderClassName
{
color: #55273B;
}
.AnyTagClassName
{
color: #55273B;
}
</style>
background-color css
<style>
a { background-color: #55273B; }
a { background-color: rgb(85,39,59); }
div.DivClassName
{
background-color: #55273B;
}
.BgClassName
{
background-color: #55273B;
}
</style>
border-color css
<style>
span { border-color: #55273B; }
span { border-color: rgb(85,39,59); }
td.TdClassName
{
border-color: #55273B;
}
.TagClassName
{
border-color: #55273B;
}
</style>