Shades of Rose Bud Cherry #861F50
Tints of Rose Bud Cherry #861F50
RGB
CMYK
RGB Variations
Color information
#861F50 (or 0x861F50) is known color: Rose Bud Cherry. HEX triplet: 86, 1F and 50. RGB value is (134,31,80). Sum of RGB (Red+Green+Blue) = 134+31+80=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #861F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861F50 is #79E0AF. Grayscale: #434343. Windows color (decimal): -7987376 or 5250950. OLE color: 5250950.
HSL color Cylindrical-coordinate representation of color #861F50: hue angle of 331.46º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #861F50 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 31 | 80 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.47 |
| HSL | 331.46º | 0.62% | 0.32% | - |
| HSV(B) | 331.46º | 0.77% | 0.53% | - |
| XYZ | 11.77 | 6.63 | 8.25 | - |
| YUV | 67.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 80 | 0 | 0.77 | 0.40 | 0.47 | 331.46 | 0.62 | 0.32 |
| Hex | 86 | 1F | 50 | 0 | 4D | 28 | 2F | 14B | 3E | 20 |
| Octal | 206 | 37 | 120 | 0 | 115 | 50 | 57 | 513 | 76 | 40 |
| Binary | 10000110 | 11111 | 1010000 | 0 | 1001101 | 101000 | 101111 | 101001011 | 111110 | 100000 |
Color Harmonies of #861F50
Complementary color
Monochromatic Colors of #861F50
Black with #861F50
Text Example
Text Example
White with #861F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F50; }
p { color: rgb(134,31,80); }
H1.HeaderClassName
{
color: #861F50;
}
.AnyTagClassName
{
color: #861F50;
}
</style>
background-color css
<style>
a { background-color: #861F50; }
a { background-color: rgb(134,31,80); }
div.DivClassName
{
background-color: #861F50;
}
.BgClassName
{
background-color: #861F50;
}
</style>
border-color css
<style>
span { border-color: #861F50; }
span { border-color: rgb(134,31,80); }
td.TdClassName
{
border-color: #861F50;
}
.TagClassName
{
border-color: #861F50;
}
</style>