Shades of Black Rose #56192D
Tints of Black Rose #56192D
RGB
CMYK
RGB Variations
Color information
#56192D (or 0x56192D) is known color: Black Rose. HEX triplet: 56, 19 and 2D. RGB value is (86,25,45). Sum of RGB (Red+Green+Blue) = 86+25+45=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #56192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56192D is #A9E6D2. Grayscale: #2D2D2D. Windows color (decimal): -11134675 or 2955606. OLE color: 2955606.
HSL color Cylindrical-coordinate representation of color #56192D: hue angle of 340.33º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56192D is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 25 | 45 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.66 |
| HSL | 340.33º | 0.55% | 0.22% | - |
| HSV(B) | 340.33º | 0.71% | 0.34% | - |
| XYZ | 4.66 | 2.86 | 2.79 | - |
| YUV | 45.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 45 | 0 | 0.71 | 0.48 | 0.66 | 340.33 | 0.55 | 0.22 |
| Hex | 56 | 19 | 2D | 0 | 47 | 30 | 42 | 154 | 37 | 16 |
| Octal | 126 | 31 | 55 | 0 | 107 | 60 | 102 | 524 | 67 | 26 |
| Binary | 1010110 | 11001 | 101101 | 0 | 1000111 | 110000 | 1000010 | 101010100 | 110111 | 10110 |
Color Harmonies of #56192D
Complementary color
Monochromatic Colors of #56192D
Black with #56192D
Text Example
Text Example
White with #56192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56192D; }
p { color: rgb(86,25,45); }
H1.HeaderClassName
{
color: #56192D;
}
.AnyTagClassName
{
color: #56192D;
}
</style>
background-color css
<style>
a { background-color: #56192D; }
a { background-color: rgb(86,25,45); }
div.DivClassName
{
background-color: #56192D;
}
.BgClassName
{
background-color: #56192D;
}
</style>
border-color css
<style>
span { border-color: #56192D; }
span { border-color: rgb(86,25,45); }
td.TdClassName
{
border-color: #56192D;
}
.TagClassName
{
border-color: #56192D;
}
</style>