Shades of Rose Bud Cherry #86385C
Tints of Rose Bud Cherry #86385C
RGB
CMYK
RGB Variations
Color information
#86385C (or 0x86385C) is known color: Rose Bud Cherry. HEX triplet: 86, 38 and 5C. RGB value is (134,56,92). Sum of RGB (Red+Green+Blue) = 134+56+92=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86385C is #79C7A3. Grayscale: #535353. Windows color (decimal): -7980964 or 6043782. OLE color: 6043782.
HSL color Cylindrical-coordinate representation of color #86385C: hue angle of 332.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86385C is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 56 | 92 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.47 |
| HSL | 332.31º | 0.41% | 0.37% | - |
| HSV(B) | 332.31º | 0.58% | 0.53% | - |
| XYZ | 13.18 | 8.67 | 11.1 | - |
| YUV | 83.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 92 | 0 | 0.58 | 0.31 | 0.47 | 332.31 | 0.41 | 0.37 |
| Hex | 86 | 38 | 5C | 0 | 3A | 1F | 2F | 14C | 29 | 25 |
| Octal | 206 | 70 | 134 | 0 | 72 | 37 | 57 | 514 | 51 | 45 |
| Binary | 10000110 | 111000 | 1011100 | 0 | 111010 | 11111 | 101111 | 101001100 | 101001 | 100101 |
Color Harmonies of #86385C
Complementary color
Monochromatic Colors of #86385C
Black with #86385C
Text Example
Text Example
White with #86385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86385C; }
p { color: rgb(134,56,92); }
H1.HeaderClassName
{
color: #86385C;
}
.AnyTagClassName
{
color: #86385C;
}
</style>
background-color css
<style>
a { background-color: #86385C; }
a { background-color: rgb(134,56,92); }
div.DivClassName
{
background-color: #86385C;
}
.BgClassName
{
background-color: #86385C;
}
</style>
border-color css
<style>
span { border-color: #86385C; }
span { border-color: rgb(134,56,92); }
td.TdClassName
{
border-color: #86385C;
}
.TagClassName
{
border-color: #86385C;
}
</style>