Shades of Black Rose #561B32
Tints of Black Rose #561B32
RGB
CMYK
RGB Variations
Color information
#561B32 (or 0x561B32) is known color: Black Rose. HEX triplet: 56, 1B and 32. RGB value is (86,27,50). Sum of RGB (Red+Green+Blue) = 86+27+50=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #561B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B32 is #A9E4CD. Grayscale: #2F2F2F. Windows color (decimal): -11134158 or 3283798. OLE color: 3283798.
HSL color Cylindrical-coordinate representation of color #561B32: hue angle of 336.61º 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 #561B32 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 27 | 50 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.66 |
| HSL | 336.61º | 0.52% | 0.22% | - |
| HSV(B) | 336.61º | 0.69% | 0.34% | - |
| XYZ | 4.81 | 2.99 | 3.34 | - |
| YUV | 47.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 50 | 0 | 0.69 | 0.42 | 0.66 | 336.61 | 0.52 | 0.22 |
| Hex | 56 | 1B | 32 | 0 | 45 | 2A | 42 | 151 | 34 | 16 |
| Octal | 126 | 33 | 62 | 0 | 105 | 52 | 102 | 521 | 64 | 26 |
| Binary | 1010110 | 11011 | 110010 | 0 | 1000101 | 101010 | 1000010 | 101010001 | 110100 | 10110 |
Color Harmonies of #561B32
Complementary color
Monochromatic Colors of #561B32
Black with #561B32
Text Example
Text Example
White with #561B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B32; }
p { color: rgb(86,27,50); }
H1.HeaderClassName
{
color: #561B32;
}
.AnyTagClassName
{
color: #561B32;
}
</style>
background-color css
<style>
a { background-color: #561B32; }
a { background-color: rgb(86,27,50); }
div.DivClassName
{
background-color: #561B32;
}
.BgClassName
{
background-color: #561B32;
}
</style>
border-color css
<style>
span { border-color: #561B32; }
span { border-color: rgb(86,27,50); }
td.TdClassName
{
border-color: #561B32;
}
.TagClassName
{
border-color: #561B32;
}
</style>