Shades of Black Rose #561932
Tints of Black Rose #561932
RGB
CMYK
RGB Variations
Color information
#561932 (or 0x561932) is known color: Black Rose. HEX triplet: 56, 19 and 32. RGB value is (86,25,50). Sum of RGB (Red+Green+Blue) = 86+25+50=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #561932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561932 is #A9E6CD. Grayscale: #2E2E2E. Windows color (decimal): -11134670 or 3283286. OLE color: 3283286.
HSL color Cylindrical-coordinate representation of color #561932: hue angle of 335.41º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #561932 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 25 | 50 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.66 |
| HSL | 335.41º | 0.55% | 0.22% | - |
| HSV(B) | 335.41º | 0.71% | 0.34% | - |
| XYZ | 4.76 | 2.9 | 3.33 | - |
| YUV | 46.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 50 | 0 | 0.71 | 0.42 | 0.66 | 335.41 | 0.55 | 0.22 |
| Hex | 56 | 19 | 32 | 0 | 47 | 2A | 42 | 14F | 37 | 16 |
| Octal | 126 | 31 | 62 | 0 | 107 | 52 | 102 | 517 | 67 | 26 |
| Binary | 1010110 | 11001 | 110010 | 0 | 1000111 | 101010 | 1000010 | 101001111 | 110111 | 10110 |
Color Harmonies of #561932
Complementary color
Monochromatic Colors of #561932
Black with #561932
Text Example
Text Example
White with #561932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561932; }
p { color: rgb(86,25,50); }
H1.HeaderClassName
{
color: #561932;
}
.AnyTagClassName
{
color: #561932;
}
</style>
background-color css
<style>
a { background-color: #561932; }
a { background-color: rgb(86,25,50); }
div.DivClassName
{
background-color: #561932;
}
.BgClassName
{
background-color: #561932;
}
</style>
border-color css
<style>
span { border-color: #561932; }
span { border-color: rgb(86,25,50); }
td.TdClassName
{
border-color: #561932;
}
.TagClassName
{
border-color: #561932;
}
</style>