Shades of Black Rose #561E2F
Tints of Black Rose #561E2F
RGB
CMYK
RGB Variations
Color information
#561E2F (or 0x561E2F) is known color: Black Rose. HEX triplet: 56, 1E and 2F. RGB value is (86,30,47). Sum of RGB (Red+Green+Blue) = 86+30+47=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #561E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E2F is #A9E1D0. Grayscale: #303030. Windows color (decimal): -11133393 or 3087958. OLE color: 3087958.
HSL color Cylindrical-coordinate representation of color #561E2F: hue angle of 341.79º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E2F is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 47 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.66 |
| HSL | 341.79º | 0.48% | 0.23% | - |
| HSV(B) | 341.79º | 0.65% | 0.34% | - |
| XYZ | 4.82 | 3.11 | 3.04 | - |
| YUV | 48.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 47 | 0 | 0.65 | 0.45 | 0.66 | 341.79 | 0.48 | 0.23 |
| Hex | 56 | 1E | 2F | 0 | 41 | 2D | 42 | 156 | 30 | 17 |
| Octal | 126 | 36 | 57 | 0 | 101 | 55 | 102 | 526 | 60 | 27 |
| Binary | 1010110 | 11110 | 101111 | 0 | 1000001 | 101101 | 1000010 | 101010110 | 110000 | 10111 |
Color Harmonies of #561E2F
Complementary color
Monochromatic Colors of #561E2F
Black with #561E2F
Text Example
Text Example
White with #561E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E2F; }
p { color: rgb(86,30,47); }
H1.HeaderClassName
{
color: #561E2F;
}
.AnyTagClassName
{
color: #561E2F;
}
</style>
background-color css
<style>
a { background-color: #561E2F; }
a { background-color: rgb(86,30,47); }
div.DivClassName
{
background-color: #561E2F;
}
.BgClassName
{
background-color: #561E2F;
}
</style>
border-color css
<style>
span { border-color: #561E2F; }
span { border-color: rgb(86,30,47); }
td.TdClassName
{
border-color: #561E2F;
}
.TagClassName
{
border-color: #561E2F;
}
</style>