Shades of Rose Bud Cherry #86184C
Tints of Rose Bud Cherry #86184C
RGB
CMYK
RGB Variations
Color information
#86184C (or 0x86184C) is known color: Rose Bud Cherry. HEX triplet: 86, 18 and 4C. RGB value is (134,24,76). Sum of RGB (Red+Green+Blue) = 134+24+76=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #86184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86184C is #79E7B3. Grayscale: #3E3E3E. Windows color (decimal): -7989172 or 4987014. OLE color: 4987014.
HSL color Cylindrical-coordinate representation of color #86184C: hue angle of 331.64º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86184C is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 76 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.47 |
| HSL | 331.64º | 0.7% | 0.31% | - |
| HSV(B) | 331.64º | 0.82% | 0.53% | - |
| XYZ | 11.46 | 6.24 | 7.44 | - |
| YUV | 62.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 76 | 0 | 0.82 | 0.43 | 0.47 | 331.64 | 0.7 | 0.31 |
| Hex | 86 | 18 | 4C | 0 | 52 | 2B | 2F | 14C | 46 | 1F |
| Octal | 206 | 30 | 114 | 0 | 122 | 53 | 57 | 514 | 106 | 37 |
| Binary | 10000110 | 11000 | 1001100 | 0 | 1010010 | 101011 | 101111 | 101001100 | 1000110 | 11111 |
Color Harmonies of #86184C
Complementary color
Monochromatic Colors of #86184C
Black with #86184C
Text Example
Text Example
White with #86184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86184C; }
p { color: rgb(134,24,76); }
H1.HeaderClassName
{
color: #86184C;
}
.AnyTagClassName
{
color: #86184C;
}
</style>
background-color css
<style>
a { background-color: #86184C; }
a { background-color: rgb(134,24,76); }
div.DivClassName
{
background-color: #86184C;
}
.BgClassName
{
background-color: #86184C;
}
</style>
border-color css
<style>
span { border-color: #86184C; }
span { border-color: rgb(134,24,76); }
td.TdClassName
{
border-color: #86184C;
}
.TagClassName
{
border-color: #86184C;
}
</style>