Shades of Black Rose #561F37
Tints of Black Rose #561F37
RGB
CMYK
RGB Variations
Color information
#561F37 (or 0x561F37) is known color: Black Rose. HEX triplet: 56, 1F and 37. RGB value is (86,31,55). Sum of RGB (Red+Green+Blue) = 86+31+55=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #561F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561F37 is #A9E0C8. Grayscale: #323232. Windows color (decimal): -11133129 or 3612502. OLE color: 3612502.
HSL color Cylindrical-coordinate representation of color #561F37: hue angle of 333.82º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #561F37 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 31 | 55 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.66 |
| HSL | 333.82º | 0.47% | 0.23% | - |
| HSV(B) | 333.82º | 0.64% | 0.34% | - |
| XYZ | 5.02 | 3.23 | 3.97 | - |
| YUV | 50.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 55 | 0 | 0.64 | 0.36 | 0.66 | 333.82 | 0.47 | 0.23 |
| Hex | 56 | 1F | 37 | 0 | 40 | 24 | 42 | 14E | 2F | 17 |
| Octal | 126 | 37 | 67 | 0 | 100 | 44 | 102 | 516 | 57 | 27 |
| Binary | 1010110 | 11111 | 110111 | 0 | 1000000 | 100100 | 1000010 | 101001110 | 101111 | 10111 |
Color Harmonies of #561F37
Complementary color
Monochromatic Colors of #561F37
Black with #561F37
Text Example
Text Example
White with #561F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561F37; }
p { color: rgb(86,31,55); }
H1.HeaderClassName
{
color: #561F37;
}
.AnyTagClassName
{
color: #561F37;
}
</style>
background-color css
<style>
a { background-color: #561F37; }
a { background-color: rgb(86,31,55); }
div.DivClassName
{
background-color: #561F37;
}
.BgClassName
{
background-color: #561F37;
}
</style>
border-color css
<style>
span { border-color: #561F37; }
span { border-color: rgb(86,31,55); }
td.TdClassName
{
border-color: #561F37;
}
.TagClassName
{
border-color: #561F37;
}
</style>