Shades of Black Rose #561E2D
Tints of Black Rose #561E2D
RGB
CMYK
RGB Variations
Color information
#561E2D (or 0x561E2D) is known color: Black Rose. HEX triplet: 56, 1E and 2D. RGB value is (86,30,45). Sum of RGB (Red+Green+Blue) = 86+30+45=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #561E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E2D is #A9E1D2. Grayscale: #303030. Windows color (decimal): -11133395 or 2956886. OLE color: 2956886.
HSL color Cylindrical-coordinate representation of color #561E2D: hue angle of 343.93º 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 #561E2D is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 45 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.66 |
| HSL | 343.93º | 0.48% | 0.23% | - |
| HSV(B) | 343.93º | 0.65% | 0.34% | - |
| XYZ | 4.78 | 3.1 | 2.83 | - |
| YUV | 48.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 45 | 0 | 0.65 | 0.48 | 0.66 | 343.93 | 0.48 | 0.23 |
| Hex | 56 | 1E | 2D | 0 | 41 | 30 | 42 | 158 | 30 | 17 |
| Octal | 126 | 36 | 55 | 0 | 101 | 60 | 102 | 530 | 60 | 27 |
| Binary | 1010110 | 11110 | 101101 | 0 | 1000001 | 110000 | 1000010 | 101011000 | 110000 | 10111 |
Color Harmonies of #561E2D
Complementary color
Monochromatic Colors of #561E2D
Black with #561E2D
Text Example
Text Example
White with #561E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E2D; }
p { color: rgb(86,30,45); }
H1.HeaderClassName
{
color: #561E2D;
}
.AnyTagClassName
{
color: #561E2D;
}
</style>
background-color css
<style>
a { background-color: #561E2D; }
a { background-color: rgb(86,30,45); }
div.DivClassName
{
background-color: #561E2D;
}
.BgClassName
{
background-color: #561E2D;
}
</style>
border-color css
<style>
span { border-color: #561E2D; }
span { border-color: rgb(86,30,45); }
td.TdClassName
{
border-color: #561E2D;
}
.TagClassName
{
border-color: #561E2D;
}
</style>