Shades of Black Rose #561B2D
Tints of Black Rose #561B2D
RGB
CMYK
RGB Variations
Color information
#561B2D (or 0x561B2D) is known color: Black Rose. HEX triplet: 56, 1B and 2D. RGB value is (86,27,45). Sum of RGB (Red+Green+Blue) = 86+27+45=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #561B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B2D is #A9E4D2. Grayscale: #2E2E2E. Windows color (decimal): -11134163 or 2956118. OLE color: 2956118.
HSL color Cylindrical-coordinate representation of color #561B2D: hue angle of 341.69º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #561B2D is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 27 | 45 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.66 |
| HSL | 341.69º | 0.52% | 0.22% | - |
| HSV(B) | 341.69º | 0.69% | 0.34% | - |
| XYZ | 4.7 | 2.95 | 2.8 | - |
| YUV | 46.69 | 127.05 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 45 | 0 | 0.69 | 0.48 | 0.66 | 341.69 | 0.52 | 0.22 |
| Hex | 56 | 1B | 2D | 0 | 45 | 30 | 42 | 156 | 34 | 16 |
| Octal | 126 | 33 | 55 | 0 | 105 | 60 | 102 | 526 | 64 | 26 |
| Binary | 1010110 | 11011 | 101101 | 0 | 1000101 | 110000 | 1000010 | 101010110 | 110100 | 10110 |
Color Harmonies of #561B2D
Complementary color
Monochromatic Colors of #561B2D
Black with #561B2D
Text Example
Text Example
White with #561B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B2D; }
p { color: rgb(86,27,45); }
H1.HeaderClassName
{
color: #561B2D;
}
.AnyTagClassName
{
color: #561B2D;
}
</style>
background-color css
<style>
a { background-color: #561B2D; }
a { background-color: rgb(86,27,45); }
div.DivClassName
{
background-color: #561B2D;
}
.BgClassName
{
background-color: #561B2D;
}
</style>
border-color css
<style>
span { border-color: #561B2D; }
span { border-color: rgb(86,27,45); }
td.TdClassName
{
border-color: #561B2D;
}
.TagClassName
{
border-color: #561B2D;
}
</style>