Shades of Rose Bud Cherry #861A55
Tints of Rose Bud Cherry #861A55
RGB
CMYK
RGB Variations
Color information
#861A55 (or 0x861A55) is known color: Rose Bud Cherry. HEX triplet: 86, 1A and 55. RGB value is (134,26,85). Sum of RGB (Red+Green+Blue) = 134+26+85=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #861A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861A55 is #79E5AA. Grayscale: #404040. Windows color (decimal): -7988651 or 5577350. OLE color: 5577350.
HSL color Cylindrical-coordinate representation of color #861A55: hue angle of 327.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861A55 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 26 | 85 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.47 |
| HSL | 327.22º | 0.68% | 0.31% | - |
| HSV(B) | 327.22º | 0.81% | 0.53% | - |
| XYZ | 11.84 | 6.46 | 9.22 | - |
| YUV | 65.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 26 | 85 | 0 | 0.81 | 0.37 | 0.47 | 327.22 | 0.68 | 0.31 |
| Hex | 86 | 1A | 55 | 0 | 51 | 25 | 2F | 147 | 44 | 1F |
| Octal | 206 | 32 | 125 | 0 | 121 | 45 | 57 | 507 | 104 | 37 |
| Binary | 10000110 | 11010 | 1010101 | 0 | 1010001 | 100101 | 101111 | 101000111 | 1000100 | 11111 |
Color Harmonies of #861A55
Complementary color
Monochromatic Colors of #861A55
Black with #861A55
Text Example
Text Example
White with #861A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861A55; }
p { color: rgb(134,26,85); }
H1.HeaderClassName
{
color: #861A55;
}
.AnyTagClassName
{
color: #861A55;
}
</style>
background-color css
<style>
a { background-color: #861A55; }
a { background-color: rgb(134,26,85); }
div.DivClassName
{
background-color: #861A55;
}
.BgClassName
{
background-color: #861A55;
}
</style>
border-color css
<style>
span { border-color: #861A55; }
span { border-color: rgb(134,26,85); }
td.TdClassName
{
border-color: #861A55;
}
.TagClassName
{
border-color: #861A55;
}
</style>