Shades of Rose Bud Cherry #86175A
Tints of Rose Bud Cherry #86175A
RGB
CMYK
RGB Variations
Color information
#86175A (or 0x86175A) is known color: Rose Bud Cherry. HEX triplet: 86, 17 and 5A. RGB value is (134,23,90). Sum of RGB (Red+Green+Blue) = 134+23+90=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86175A is #79E8A5. Grayscale: #3F3F3F. Windows color (decimal): -7989414 or 5904262. OLE color: 5904262.
HSL color Cylindrical-coordinate representation of color #86175A: hue angle of 323.78º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86175A is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 23 | 90 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.47 |
| HSL | 323.78º | 0.71% | 0.31% | - |
| HSV(B) | 323.78º | 0.83% | 0.53% | - |
| XYZ | 11.98 | 6.42 | 10.28 | - |
| YUV | 63.83 | 142.77 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 90 | 0 | 0.83 | 0.33 | 0.47 | 323.78 | 0.71 | 0.31 |
| Hex | 86 | 17 | 5A | 0 | 53 | 21 | 2F | 144 | 47 | 1F |
| Octal | 206 | 27 | 132 | 0 | 123 | 41 | 57 | 504 | 107 | 37 |
| Binary | 10000110 | 10111 | 1011010 | 0 | 1010011 | 100001 | 101111 | 101000100 | 1000111 | 11111 |
Color Harmonies of #86175A
Complementary color
Monochromatic Colors of #86175A
Black with #86175A
Text Example
Text Example
White with #86175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86175A; }
p { color: rgb(134,23,90); }
H1.HeaderClassName
{
color: #86175A;
}
.AnyTagClassName
{
color: #86175A;
}
</style>
background-color css
<style>
a { background-color: #86175A; }
a { background-color: rgb(134,23,90); }
div.DivClassName
{
background-color: #86175A;
}
.BgClassName
{
background-color: #86175A;
}
</style>
border-color css
<style>
span { border-color: #86175A; }
span { border-color: rgb(134,23,90); }
td.TdClassName
{
border-color: #86175A;
}
.TagClassName
{
border-color: #86175A;
}
</style>