Shades of Rose Bud Cherry #86275C
Tints of Rose Bud Cherry #86275C
RGB
CMYK
RGB Variations
Color information
#86275C (or 0x86275C) is known color: Rose Bud Cherry. HEX triplet: 86, 27 and 5C. RGB value is (134,39,92). Sum of RGB (Red+Green+Blue) = 134+39+92=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86275C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86275C is #79D8A3. Grayscale: #494949. Windows color (decimal): -7985316 or 6039430. OLE color: 6039430.
HSL color Cylindrical-coordinate representation of color #86275C: hue angle of 326.53º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86275C is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 39 | 92 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.47 |
| HSL | 326.53º | 0.55% | 0.34% | - |
| HSV(B) | 326.53º | 0.71% | 0.53% | - |
| XYZ | 12.49 | 7.29 | 10.87 | - |
| YUV | 73.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 92 | 0 | 0.71 | 0.31 | 0.47 | 326.53 | 0.55 | 0.34 |
| Hex | 86 | 27 | 5C | 0 | 47 | 1F | 2F | 147 | 37 | 22 |
| Octal | 206 | 47 | 134 | 0 | 107 | 37 | 57 | 507 | 67 | 42 |
| Binary | 10000110 | 100111 | 1011100 | 0 | 1000111 | 11111 | 101111 | 101000111 | 110111 | 100010 |
Color Harmonies of #86275C
Complementary color
Monochromatic Colors of #86275C
Black with #86275C
Text Example
Text Example
White with #86275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86275C; }
p { color: rgb(134,39,92); }
H1.HeaderClassName
{
color: #86275C;
}
.AnyTagClassName
{
color: #86275C;
}
</style>
background-color css
<style>
a { background-color: #86275C; }
a { background-color: rgb(134,39,92); }
div.DivClassName
{
background-color: #86275C;
}
.BgClassName
{
background-color: #86275C;
}
</style>
border-color css
<style>
span { border-color: #86275C; }
span { border-color: rgb(134,39,92); }
td.TdClassName
{
border-color: #86275C;
}
.TagClassName
{
border-color: #86275C;
}
</style>