Shades of Black Rose #561831
Tints of Black Rose #561831
RGB
CMYK
RGB Variations
Color information
#561831 (or 0x561831) is known color: Black Rose. HEX triplet: 56, 18 and 31. RGB value is (86,24,49). Sum of RGB (Red+Green+Blue) = 86+24+49=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #561831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561831 is #A9E7CE. Grayscale: #2D2D2D. Windows color (decimal): -11134927 or 3217494. OLE color: 3217494.
HSL color Cylindrical-coordinate representation of color #561831: hue angle of 335.81º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561831 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 24 | 49 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.66 |
| HSL | 335.81º | 0.56% | 0.22% | - |
| HSV(B) | 335.81º | 0.72% | 0.34% | - |
| XYZ | 4.72 | 2.85 | 3.21 | - |
| YUV | 45.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 49 | 0 | 0.72 | 0.43 | 0.66 | 335.81 | 0.56 | 0.22 |
| Hex | 56 | 18 | 31 | 0 | 48 | 2B | 42 | 150 | 38 | 16 |
| Octal | 126 | 30 | 61 | 0 | 110 | 53 | 102 | 520 | 70 | 26 |
| Binary | 1010110 | 11000 | 110001 | 0 | 1001000 | 101011 | 1000010 | 101010000 | 111000 | 10110 |
Color Harmonies of #561831
Complementary color
Monochromatic Colors of #561831
Black with #561831
Text Example
Text Example
White with #561831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561831; }
p { color: rgb(86,24,49); }
H1.HeaderClassName
{
color: #561831;
}
.AnyTagClassName
{
color: #561831;
}
</style>
background-color css
<style>
a { background-color: #561831; }
a { background-color: rgb(86,24,49); }
div.DivClassName
{
background-color: #561831;
}
.BgClassName
{
background-color: #561831;
}
</style>
border-color css
<style>
span { border-color: #561831; }
span { border-color: rgb(86,24,49); }
td.TdClassName
{
border-color: #561831;
}
.TagClassName
{
border-color: #561831;
}
</style>