Shades of Black Rose #56192F
Tints of Black Rose #56192F
RGB
CMYK
RGB Variations
Color information
#56192F (or 0x56192F) is known color: Black Rose. HEX triplet: 56, 19 and 2F. RGB value is (86,25,47). Sum of RGB (Red+Green+Blue) = 86+25+47=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #56192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56192F is #A9E6D0. Grayscale: #2D2D2D. Windows color (decimal): -11134673 or 3086678. OLE color: 3086678.
HSL color Cylindrical-coordinate representation of color #56192F: hue angle of 338.36º 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 #56192F is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 25 | 47 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.66 |
| HSL | 338.36º | 0.55% | 0.22% | - |
| HSV(B) | 338.36º | 0.71% | 0.34% | - |
| XYZ | 4.7 | 2.88 | 3 | - |
| YUV | 45.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 47 | 0 | 0.71 | 0.45 | 0.66 | 338.36 | 0.55 | 0.22 |
| Hex | 56 | 19 | 2F | 0 | 47 | 2D | 42 | 152 | 37 | 16 |
| Octal | 126 | 31 | 57 | 0 | 107 | 55 | 102 | 522 | 67 | 26 |
| Binary | 1010110 | 11001 | 101111 | 0 | 1000111 | 101101 | 1000010 | 101010010 | 110111 | 10110 |
Color Harmonies of #56192F
Complementary color
Monochromatic Colors of #56192F
Black with #56192F
Text Example
Text Example
White with #56192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56192F; }
p { color: rgb(86,25,47); }
H1.HeaderClassName
{
color: #56192F;
}
.AnyTagClassName
{
color: #56192F;
}
</style>
background-color css
<style>
a { background-color: #56192F; }
a { background-color: rgb(86,25,47); }
div.DivClassName
{
background-color: #56192F;
}
.BgClassName
{
background-color: #56192F;
}
</style>
border-color css
<style>
span { border-color: #56192F; }
span { border-color: rgb(86,25,47); }
td.TdClassName
{
border-color: #56192F;
}
.TagClassName
{
border-color: #56192F;
}
</style>