Shades of Black Rose #561F2C
Tints of Black Rose #561F2C
RGB
CMYK
RGB Variations
Color information
#561F2C (or 0x561F2C) is known color: Black Rose. HEX triplet: 56, 1F and 2C. RGB value is (86,31,44). Sum of RGB (Red+Green+Blue) = 86+31+44=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #561F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561F2C is #A9E0D3. Grayscale: #303030. Windows color (decimal): -11133140 or 2891606. OLE color: 2891606.
HSL color Cylindrical-coordinate representation of color #561F2C: hue angle of 345.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 #561F2C is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 31 | 44 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.66 |
| HSL | 345.82º | 0.47% | 0.23% | - |
| HSV(B) | 345.82º | 0.64% | 0.34% | - |
| XYZ | 4.78 | 3.14 | 2.74 | - |
| YUV | 48.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 44 | 0 | 0.64 | 0.49 | 0.66 | 345.82 | 0.47 | 0.23 |
| Hex | 56 | 1F | 2C | 0 | 40 | 31 | 42 | 15A | 2F | 17 |
| Octal | 126 | 37 | 54 | 0 | 100 | 61 | 102 | 532 | 57 | 27 |
| Binary | 1010110 | 11111 | 101100 | 0 | 1000000 | 110001 | 1000010 | 101011010 | 101111 | 10111 |
Color Harmonies of #561F2C
Complementary color
Monochromatic Colors of #561F2C
Black with #561F2C
Text Example
Text Example
White with #561F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561F2C; }
p { color: rgb(86,31,44); }
H1.HeaderClassName
{
color: #561F2C;
}
.AnyTagClassName
{
color: #561F2C;
}
</style>
background-color css
<style>
a { background-color: #561F2C; }
a { background-color: rgb(86,31,44); }
div.DivClassName
{
background-color: #561F2C;
}
.BgClassName
{
background-color: #561F2C;
}
</style>
border-color css
<style>
span { border-color: #561F2C; }
span { border-color: rgb(86,31,44); }
td.TdClassName
{
border-color: #561F2C;
}
.TagClassName
{
border-color: #561F2C;
}
</style>