Shades of Rose Bud Cherry #86234F
Tints of Rose Bud Cherry #86234F
RGB
CMYK
RGB Variations
Color information
#86234F (or 0x86234F) is known color: Rose Bud Cherry. HEX triplet: 86, 23 and 4F. RGB value is (134,35,79). Sum of RGB (Red+Green+Blue) = 134+35+79=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #86234F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86234F is #79DCB0. Grayscale: #454545. Windows color (decimal): -7986353 or 5186438. OLE color: 5186438.
HSL color Cylindrical-coordinate representation of color #86234F: hue angle of 333.33º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86234F is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 79 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.47 |
| HSL | 333.33º | 0.59% | 0.33% | - |
| HSV(B) | 333.33º | 0.74% | 0.53% | - |
| XYZ | 11.84 | 6.83 | 8.09 | - |
| YUV | 69.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 79 | 0 | 0.74 | 0.41 | 0.47 | 333.33 | 0.59 | 0.33 |
| Hex | 86 | 23 | 4F | 0 | 4A | 29 | 2F | 14D | 3B | 21 |
| Octal | 206 | 43 | 117 | 0 | 112 | 51 | 57 | 515 | 73 | 41 |
| Binary | 10000110 | 100011 | 1001111 | 0 | 1001010 | 101001 | 101111 | 101001101 | 111011 | 100001 |
Color Harmonies of #86234F
Complementary color
Monochromatic Colors of #86234F
Black with #86234F
Text Example
Text Example
White with #86234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86234F; }
p { color: rgb(134,35,79); }
H1.HeaderClassName
{
color: #86234F;
}
.AnyTagClassName
{
color: #86234F;
}
</style>
background-color css
<style>
a { background-color: #86234F; }
a { background-color: rgb(134,35,79); }
div.DivClassName
{
background-color: #86234F;
}
.BgClassName
{
background-color: #86234F;
}
</style>
border-color css
<style>
span { border-color: #86234F; }
span { border-color: rgb(134,35,79); }
td.TdClassName
{
border-color: #86234F;
}
.TagClassName
{
border-color: #86234F;
}
</style>