Shades of Black Rose #561D2F
Tints of Black Rose #561D2F
RGB
CMYK
RGB Variations
Color information
#561D2F (or 0x561D2F) is known color: Black Rose. HEX triplet: 56, 1D and 2F. RGB value is (86,29,47). Sum of RGB (Red+Green+Blue) = 86+29+47=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #561D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D2F is #A9E2D0. Grayscale: #303030. Windows color (decimal): -11133649 or 3087702. OLE color: 3087702.
HSL color Cylindrical-coordinate representation of color #561D2F: hue angle of 341.05º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #561D2F is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 47 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.66 |
| HSL | 341.05º | 0.5% | 0.23% | - |
| HSV(B) | 341.05º | 0.66% | 0.34% | - |
| XYZ | 4.79 | 3.06 | 3.03 | - |
| YUV | 48.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 47 | 0 | 0.66 | 0.45 | 0.66 | 341.05 | 0.5 | 0.23 |
| Hex | 56 | 1D | 2F | 0 | 42 | 2D | 42 | 155 | 32 | 17 |
| Octal | 126 | 35 | 57 | 0 | 102 | 55 | 102 | 525 | 62 | 27 |
| Binary | 1010110 | 11101 | 101111 | 0 | 1000010 | 101101 | 1000010 | 101010101 | 110010 | 10111 |
Color Harmonies of #561D2F
Complementary color
Monochromatic Colors of #561D2F
Black with #561D2F
Text Example
Text Example
White with #561D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D2F; }
p { color: rgb(86,29,47); }
H1.HeaderClassName
{
color: #561D2F;
}
.AnyTagClassName
{
color: #561D2F;
}
</style>
background-color css
<style>
a { background-color: #561D2F; }
a { background-color: rgb(86,29,47); }
div.DivClassName
{
background-color: #561D2F;
}
.BgClassName
{
background-color: #561D2F;
}
</style>
border-color css
<style>
span { border-color: #561D2F; }
span { border-color: rgb(86,29,47); }
td.TdClassName
{
border-color: #561D2F;
}
.TagClassName
{
border-color: #561D2F;
}
</style>