Shades of Rose Bud Cherry #863A5C
Tints of Rose Bud Cherry #863A5C
RGB
CMYK
RGB Variations
Color information
#863A5C (or 0x863A5C) is known color: Rose Bud Cherry. HEX triplet: 86, 3A and 5C. RGB value is (134,58,92). Sum of RGB (Red+Green+Blue) = 134+58+92=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #863A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A5C is #79C5A3. Grayscale: #545454. Windows color (decimal): -7980452 or 6044294. OLE color: 6044294.
HSL color Cylindrical-coordinate representation of color #863A5C: hue angle of 333.16º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A5C is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 92 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.47 |
| HSL | 333.16º | 0.4% | 0.38% | - |
| HSV(B) | 333.16º | 0.57% | 0.53% | - |
| XYZ | 13.28 | 8.87 | 11.14 | - |
| YUV | 84.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 92 | 0 | 0.57 | 0.31 | 0.47 | 333.16 | 0.4 | 0.38 |
| Hex | 86 | 3A | 5C | 0 | 39 | 1F | 2F | 14D | 28 | 26 |
| Octal | 206 | 72 | 134 | 0 | 71 | 37 | 57 | 515 | 50 | 46 |
| Binary | 10000110 | 111010 | 1011100 | 0 | 111001 | 11111 | 101111 | 101001101 | 101000 | 100110 |
Color Harmonies of #863A5C
Complementary color
Monochromatic Colors of #863A5C
Black with #863A5C
Text Example
Text Example
White with #863A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A5C; }
p { color: rgb(134,58,92); }
H1.HeaderClassName
{
color: #863A5C;
}
.AnyTagClassName
{
color: #863A5C;
}
</style>
background-color css
<style>
a { background-color: #863A5C; }
a { background-color: rgb(134,58,92); }
div.DivClassName
{
background-color: #863A5C;
}
.BgClassName
{
background-color: #863A5C;
}
</style>
border-color css
<style>
span { border-color: #863A5C; }
span { border-color: rgb(134,58,92); }
td.TdClassName
{
border-color: #863A5C;
}
.TagClassName
{
border-color: #863A5C;
}
</style>