Shades of Rose Bud Cherry #860F4F
Tints of Rose Bud Cherry #860F4F
RGB
CMYK
RGB Variations
Color information
#860F4F (or 0x860F4F) is known color: Rose Bud Cherry. HEX triplet: 86, 0F and 4F. RGB value is (134,15,79). Sum of RGB (Red+Green+Blue) = 134+15+79=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #860F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F4F is #79F0B0. Grayscale: #393939. Windows color (decimal): -7991473 or 5181318. OLE color: 5181318.
HSL color Cylindrical-coordinate representation of color #860F4F: hue angle of 327.73º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F4F is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 79 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.47 |
| HSL | 327.73º | 0.8% | 0.29% | - |
| HSV(B) | 327.73º | 0.89% | 0.53% | - |
| XYZ | 11.41 | 5.97 | 7.95 | - |
| YUV | 57.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 79 | 0 | 0.89 | 0.41 | 0.47 | 327.73 | 0.8 | 0.29 |
| Hex | 86 | F | 4F | 0 | 59 | 29 | 2F | 148 | 50 | 1D |
| Octal | 206 | 17 | 117 | 0 | 131 | 51 | 57 | 510 | 120 | 35 |
| Binary | 10000110 | 1111 | 1001111 | 0 | 1011001 | 101001 | 101111 | 101001000 | 1010000 | 11101 |
Color Harmonies of #860F4F
Complementary color
Monochromatic Colors of #860F4F
Black with #860F4F
Text Example
Text Example
White with #860F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F4F; }
p { color: rgb(134,15,79); }
H1.HeaderClassName
{
color: #860F4F;
}
.AnyTagClassName
{
color: #860F4F;
}
</style>
background-color css
<style>
a { background-color: #860F4F; }
a { background-color: rgb(134,15,79); }
div.DivClassName
{
background-color: #860F4F;
}
.BgClassName
{
background-color: #860F4F;
}
</style>
border-color css
<style>
span { border-color: #860F4F; }
span { border-color: rgb(134,15,79); }
td.TdClassName
{
border-color: #860F4F;
}
.TagClassName
{
border-color: #860F4F;
}
</style>