Shades of Rose Bud Cherry #861C53
Tints of Rose Bud Cherry #861C53
RGB
CMYK
RGB Variations
Color information
#861C53 (or 0x861C53) is known color: Rose Bud Cherry. HEX triplet: 86, 1C and 53. RGB value is (134,28,83). Sum of RGB (Red+Green+Blue) = 134+28+83=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #861C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861C53 is #79E3AC. Grayscale: #414141. Windows color (decimal): -7988141 or 5446790. OLE color: 5446790.
HSL color Cylindrical-coordinate representation of color #861C53: hue angle of 328.87º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #861C53 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 28 | 83 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.47 |
| HSL | 328.87º | 0.65% | 0.32% | - |
| HSV(B) | 328.87º | 0.79% | 0.53% | - |
| XYZ | 11.81 | 6.52 | 8.82 | - |
| YUV | 65.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 83 | 0 | 0.79 | 0.38 | 0.47 | 328.87 | 0.65 | 0.32 |
| Hex | 86 | 1C | 53 | 0 | 4F | 26 | 2F | 149 | 41 | 20 |
| Octal | 206 | 34 | 123 | 0 | 117 | 46 | 57 | 511 | 101 | 40 |
| Binary | 10000110 | 11100 | 1010011 | 0 | 1001111 | 100110 | 101111 | 101001001 | 1000001 | 100000 |
Color Harmonies of #861C53
Complementary color
Monochromatic Colors of #861C53
Black with #861C53
Text Example
Text Example
White with #861C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861C53; }
p { color: rgb(134,28,83); }
H1.HeaderClassName
{
color: #861C53;
}
.AnyTagClassName
{
color: #861C53;
}
</style>
background-color css
<style>
a { background-color: #861C53; }
a { background-color: rgb(134,28,83); }
div.DivClassName
{
background-color: #861C53;
}
.BgClassName
{
background-color: #861C53;
}
</style>
border-color css
<style>
span { border-color: #861C53; }
span { border-color: rgb(134,28,83); }
td.TdClassName
{
border-color: #861C53;
}
.TagClassName
{
border-color: #861C53;
}
</style>