Shades of Black Rose #56172E
Tints of Black Rose #56172E
RGB
CMYK
RGB Variations
Color information
#56172E (or 0x56172E) is known color: Black Rose. HEX triplet: 56, 17 and 2E. RGB value is (86,23,46). Sum of RGB (Red+Green+Blue) = 86+23+46=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #56172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56172E is #A9E8D1. Grayscale: #2C2C2C. Windows color (decimal): -11135186 or 3020630. OLE color: 3020630.
HSL color Cylindrical-coordinate representation of color #56172E: hue angle of 338.1º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56172E is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 23 | 46 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.66 |
| HSL | 338.1º | 0.58% | 0.21% | - |
| HSV(B) | 338.1º | 0.73% | 0.34% | - |
| XYZ | 4.64 | 2.79 | 2.88 | - |
| YUV | 44.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 46 | 0 | 0.73 | 0.47 | 0.66 | 338.1 | 0.58 | 0.21 |
| Hex | 56 | 17 | 2E | 0 | 49 | 2F | 42 | 152 | 3A | 15 |
| Octal | 126 | 27 | 56 | 0 | 111 | 57 | 102 | 522 | 72 | 25 |
| Binary | 1010110 | 10111 | 101110 | 0 | 1001001 | 101111 | 1000010 | 101010010 | 111010 | 10101 |
Color Harmonies of #56172E
Complementary color
Monochromatic Colors of #56172E
Black with #56172E
Text Example
Text Example
White with #56172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56172E; }
p { color: rgb(86,23,46); }
H1.HeaderClassName
{
color: #56172E;
}
.AnyTagClassName
{
color: #56172E;
}
</style>
background-color css
<style>
a { background-color: #56172E; }
a { background-color: rgb(86,23,46); }
div.DivClassName
{
background-color: #56172E;
}
.BgClassName
{
background-color: #56172E;
}
</style>
border-color css
<style>
span { border-color: #56172E; }
span { border-color: rgb(86,23,46); }
td.TdClassName
{
border-color: #56172E;
}
.TagClassName
{
border-color: #56172E;
}
</style>