Shades of Rose Bud Cherry #861B55
Tints of Rose Bud Cherry #861B55
RGB
CMYK
RGB Variations
Color information
#861B55 (or 0x861B55) is known color: Rose Bud Cherry. HEX triplet: 86, 1B and 55. RGB value is (134,27,85). Sum of RGB (Red+Green+Blue) = 134+27+85=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #861B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861B55 is #79E4AA. Grayscale: #414141. Windows color (decimal): -7988395 or 5577606. OLE color: 5577606.
HSL color Cylindrical-coordinate representation of color #861B55: hue angle of 327.48º 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 #861B55 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 27 | 85 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.47 |
| HSL | 327.48º | 0.66% | 0.32% | - |
| HSV(B) | 327.48º | 0.8% | 0.53% | - |
| XYZ | 11.86 | 6.51 | 9.23 | - |
| YUV | 65.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 27 | 85 | 0 | 0.80 | 0.37 | 0.47 | 327.48 | 0.66 | 0.32 |
| Hex | 86 | 1B | 55 | 0 | 50 | 25 | 2F | 147 | 42 | 20 |
| Octal | 206 | 33 | 125 | 0 | 120 | 45 | 57 | 507 | 102 | 40 |
| Binary | 10000110 | 11011 | 1010101 | 0 | 1010000 | 100101 | 101111 | 101000111 | 1000010 | 100000 |
Color Harmonies of #861B55
Complementary color
Monochromatic Colors of #861B55
Black with #861B55
Text Example
Text Example
White with #861B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861B55; }
p { color: rgb(134,27,85); }
H1.HeaderClassName
{
color: #861B55;
}
.AnyTagClassName
{
color: #861B55;
}
</style>
background-color css
<style>
a { background-color: #861B55; }
a { background-color: rgb(134,27,85); }
div.DivClassName
{
background-color: #861B55;
}
.BgClassName
{
background-color: #861B55;
}
</style>
border-color css
<style>
span { border-color: #861B55; }
span { border-color: rgb(134,27,85); }
td.TdClassName
{
border-color: #861B55;
}
.TagClassName
{
border-color: #861B55;
}
</style>