Shades of Rose Bud Cherry #86315C
Tints of Rose Bud Cherry #86315C
RGB
CMYK
RGB Variations
Color information
#86315C (or 0x86315C) is known color: Rose Bud Cherry. HEX triplet: 86, 31 and 5C. RGB value is (134,49,92). Sum of RGB (Red+Green+Blue) = 134+49+92=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86315C is #79CEA3. Grayscale: #4F4F4F. Windows color (decimal): -7982756 or 6041990. OLE color: 6041990.
HSL color Cylindrical-coordinate representation of color #86315C: hue angle of 329.65º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86315C is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 92 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.47 |
| HSL | 329.65º | 0.46% | 0.36% | - |
| HSV(B) | 329.65º | 0.63% | 0.53% | - |
| XYZ | 12.86 | 8.04 | 11 | - |
| YUV | 79.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 92 | 0 | 0.63 | 0.31 | 0.47 | 329.65 | 0.46 | 0.36 |
| Hex | 86 | 31 | 5C | 0 | 3F | 1F | 2F | 14A | 2E | 24 |
| Octal | 206 | 61 | 134 | 0 | 77 | 37 | 57 | 512 | 56 | 44 |
| Binary | 10000110 | 110001 | 1011100 | 0 | 111111 | 11111 | 101111 | 101001010 | 101110 | 100100 |
Color Harmonies of #86315C
Complementary color
Monochromatic Colors of #86315C
Black with #86315C
Text Example
Text Example
White with #86315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86315C; }
p { color: rgb(134,49,92); }
H1.HeaderClassName
{
color: #86315C;
}
.AnyTagClassName
{
color: #86315C;
}
</style>
background-color css
<style>
a { background-color: #86315C; }
a { background-color: rgb(134,49,92); }
div.DivClassName
{
background-color: #86315C;
}
.BgClassName
{
background-color: #86315C;
}
</style>
border-color css
<style>
span { border-color: #86315C; }
span { border-color: rgb(134,49,92); }
td.TdClassName
{
border-color: #86315C;
}
.TagClassName
{
border-color: #86315C;
}
</style>