Shades of Black Rose #55192D
Tints of Black Rose #55192D
RGB
CMYK
RGB Variations
Color information
#55192D (or 0x55192D) is known color: Black Rose. HEX triplet: 55, 19 and 2D. RGB value is (85,25,45). Sum of RGB (Red+Green+Blue) = 85+25+45=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #55192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55192D is #AAE6D2. Grayscale: #2D2D2D. Windows color (decimal): -11200211 or 2955605. OLE color: 2955605.
HSL color Cylindrical-coordinate representation of color #55192D: hue angle of 340º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55192D is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 45 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.67 |
| HSL | 340º | 0.55% | 0.22% | - |
| HSV(B) | 340º | 0.71% | 0.33% | - |
| XYZ | 4.57 | 2.82 | 2.79 | - |
| YUV | 45.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 45 | 0 | 0.71 | 0.47 | 0.67 | 340 | 0.55 | 0.22 |
| Hex | 55 | 19 | 2D | 0 | 47 | 2F | 43 | 154 | 37 | 16 |
| Octal | 125 | 31 | 55 | 0 | 107 | 57 | 103 | 524 | 67 | 26 |
| Binary | 1010101 | 11001 | 101101 | 0 | 1000111 | 101111 | 1000011 | 101010100 | 110111 | 10110 |
Color Harmonies of #55192D
Complementary color
Monochromatic Colors of #55192D
Black with #55192D
Text Example
Text Example
White with #55192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55192D; }
p { color: rgb(85,25,45); }
H1.HeaderClassName
{
color: #55192D;
}
.AnyTagClassName
{
color: #55192D;
}
</style>
background-color css
<style>
a { background-color: #55192D; }
a { background-color: rgb(85,25,45); }
div.DivClassName
{
background-color: #55192D;
}
.BgClassName
{
background-color: #55192D;
}
</style>
border-color css
<style>
span { border-color: #55192D; }
span { border-color: rgb(85,25,45); }
td.TdClassName
{
border-color: #55192D;
}
.TagClassName
{
border-color: #55192D;
}
</style>