Shades of Rose Bud Cherry #86295C
Tints of Rose Bud Cherry #86295C
RGB
CMYK
RGB Variations
Color information
#86295C (or 0x86295C) is known color: Rose Bud Cherry. HEX triplet: 86, 29 and 5C. RGB value is (134,41,92). Sum of RGB (Red+Green+Blue) = 134+41+92=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86295C is #79D6A3. Grayscale: #4A4A4A. Windows color (decimal): -7984804 or 6039942. OLE color: 6039942.
HSL color Cylindrical-coordinate representation of color #86295C: hue angle of 327.1º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86295C is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 41 | 92 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.47 |
| HSL | 327.1º | 0.53% | 0.34% | - |
| HSV(B) | 327.1º | 0.69% | 0.53% | - |
| XYZ | 12.56 | 7.43 | 10.9 | - |
| YUV | 74.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 41 | 92 | 0 | 0.69 | 0.31 | 0.47 | 327.1 | 0.53 | 0.34 |
| Hex | 86 | 29 | 5C | 0 | 45 | 1F | 2F | 147 | 35 | 22 |
| Octal | 206 | 51 | 134 | 0 | 105 | 37 | 57 | 507 | 65 | 42 |
| Binary | 10000110 | 101001 | 1011100 | 0 | 1000101 | 11111 | 101111 | 101000111 | 110101 | 100010 |
Color Harmonies of #86295C
Complementary color
Monochromatic Colors of #86295C
Black with #86295C
Text Example
Text Example
White with #86295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86295C; }
p { color: rgb(134,41,92); }
H1.HeaderClassName
{
color: #86295C;
}
.AnyTagClassName
{
color: #86295C;
}
</style>
background-color css
<style>
a { background-color: #86295C; }
a { background-color: rgb(134,41,92); }
div.DivClassName
{
background-color: #86295C;
}
.BgClassName
{
background-color: #86295C;
}
</style>
border-color css
<style>
span { border-color: #86295C; }
span { border-color: rgb(134,41,92); }
td.TdClassName
{
border-color: #86295C;
}
.TagClassName
{
border-color: #86295C;
}
</style>