Shades of Rose Bud Cherry #861B56
Tints of Rose Bud Cherry #861B56
RGB
CMYK
RGB Variations
Color information
#861B56 (or 0x861B56) is known color: Rose Bud Cherry. HEX triplet: 86, 1B and 56. RGB value is (134,27,86). Sum of RGB (Red+Green+Blue) = 134+27+86=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #861B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861B56 is #79E4A9. Grayscale: #414141. Windows color (decimal): -7988394 or 5643142. OLE color: 5643142.
HSL color Cylindrical-coordinate representation of color #861B56: hue angle of 326.92º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861B56 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 27 | 86 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.47 |
| HSL | 326.92º | 0.66% | 0.32% | - |
| HSV(B) | 326.92º | 0.8% | 0.53% | - |
| XYZ | 11.9 | 6.52 | 9.44 | - |
| YUV | 65.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 27 | 86 | 0 | 0.80 | 0.36 | 0.47 | 326.92 | 0.66 | 0.32 |
| Hex | 86 | 1B | 56 | 0 | 50 | 24 | 2F | 147 | 42 | 20 |
| Octal | 206 | 33 | 126 | 0 | 120 | 44 | 57 | 507 | 102 | 40 |
| Binary | 10000110 | 11011 | 1010110 | 0 | 1010000 | 100100 | 101111 | 101000111 | 1000010 | 100000 |
Color Harmonies of #861B56
Complementary color
Monochromatic Colors of #861B56
Black with #861B56
Text Example
Text Example
White with #861B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861B56; }
p { color: rgb(134,27,86); }
H1.HeaderClassName
{
color: #861B56;
}
.AnyTagClassName
{
color: #861B56;
}
</style>
background-color css
<style>
a { background-color: #861B56; }
a { background-color: rgb(134,27,86); }
div.DivClassName
{
background-color: #861B56;
}
.BgClassName
{
background-color: #861B56;
}
</style>
border-color css
<style>
span { border-color: #861B56; }
span { border-color: rgb(134,27,86); }
td.TdClassName
{
border-color: #861B56;
}
.TagClassName
{
border-color: #861B56;
}
</style>