Shades of Rose Bud Cherry #86255C
Tints of Rose Bud Cherry #86255C
RGB
CMYK
RGB Variations
Color information
#86255C (or 0x86255C) is known color: Rose Bud Cherry. HEX triplet: 86, 25 and 5C. RGB value is (134,37,92). Sum of RGB (Red+Green+Blue) = 134+37+92=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86255C is #79DAA3. Grayscale: #484848. Windows color (decimal): -7985828 or 6038918. OLE color: 6038918.
HSL color Cylindrical-coordinate representation of color #86255C: hue angle of 325.98º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86255C is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 37 | 92 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.47 |
| HSL | 325.98º | 0.57% | 0.34% | - |
| HSV(B) | 325.98º | 0.72% | 0.53% | - |
| XYZ | 12.42 | 7.16 | 10.85 | - |
| YUV | 72.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 92 | 0 | 0.72 | 0.31 | 0.47 | 325.98 | 0.57 | 0.34 |
| Hex | 86 | 25 | 5C | 0 | 48 | 1F | 2F | 146 | 39 | 22 |
| Octal | 206 | 45 | 134 | 0 | 110 | 37 | 57 | 506 | 71 | 42 |
| Binary | 10000110 | 100101 | 1011100 | 0 | 1001000 | 11111 | 101111 | 101000110 | 111001 | 100010 |
Color Harmonies of #86255C
Complementary color
Monochromatic Colors of #86255C
Black with #86255C
Text Example
Text Example
White with #86255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86255C; }
p { color: rgb(134,37,92); }
H1.HeaderClassName
{
color: #86255C;
}
.AnyTagClassName
{
color: #86255C;
}
</style>
background-color css
<style>
a { background-color: #86255C; }
a { background-color: rgb(134,37,92); }
div.DivClassName
{
background-color: #86255C;
}
.BgClassName
{
background-color: #86255C;
}
</style>
border-color css
<style>
span { border-color: #86255C; }
span { border-color: rgb(134,37,92); }
td.TdClassName
{
border-color: #86255C;
}
.TagClassName
{
border-color: #86255C;
}
</style>