Shades of Rose Bud Cherry #86165A
Tints of Rose Bud Cherry #86165A
RGB
CMYK
RGB Variations
Color information
#86165A (or 0x86165A) is known color: Rose Bud Cherry. HEX triplet: 86, 16 and 5A. RGB value is (134,22,90). Sum of RGB (Red+Green+Blue) = 134+22+90=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86165A is #79E9A5. Grayscale: #3F3F3F. Windows color (decimal): -7989670 or 5904006. OLE color: 5904006.
HSL color Cylindrical-coordinate representation of color #86165A: hue angle of 323.57º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86165A is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 90 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.47 |
| HSL | 323.57º | 0.72% | 0.31% | - |
| HSV(B) | 323.57º | 0.84% | 0.53% | - |
| XYZ | 11.96 | 6.38 | 10.27 | - |
| YUV | 63.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 90 | 0 | 0.84 | 0.33 | 0.47 | 323.57 | 0.72 | 0.31 |
| Hex | 86 | 16 | 5A | 0 | 54 | 21 | 2F | 144 | 48 | 1F |
| Octal | 206 | 26 | 132 | 0 | 124 | 41 | 57 | 504 | 110 | 37 |
| Binary | 10000110 | 10110 | 1011010 | 0 | 1010100 | 100001 | 101111 | 101000100 | 1001000 | 11111 |
Color Harmonies of #86165A
Complementary color
Monochromatic Colors of #86165A
Black with #86165A
Text Example
Text Example
White with #86165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86165A; }
p { color: rgb(134,22,90); }
H1.HeaderClassName
{
color: #86165A;
}
.AnyTagClassName
{
color: #86165A;
}
</style>
background-color css
<style>
a { background-color: #86165A; }
a { background-color: rgb(134,22,90); }
div.DivClassName
{
background-color: #86165A;
}
.BgClassName
{
background-color: #86165A;
}
</style>
border-color css
<style>
span { border-color: #86165A; }
span { border-color: rgb(134,22,90); }
td.TdClassName
{
border-color: #86165A;
}
.TagClassName
{
border-color: #86165A;
}
</style>