Shades of Rose Bud Cherry #8C355F
Tints of Rose Bud Cherry #8C355F
RGB
CMYK
RGB Variations
Color information
#8C355F (or 0x8C355F) is known color: Rose Bud Cherry. HEX triplet: 8C, 35 and 5F. RGB value is (140,53,95). Sum of RGB (Red+Green+Blue) = 140+53+95=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C355F is #73CAA0. Grayscale: #535353. Windows color (decimal): -7588513 or 6239628. OLE color: 6239628.
HSL color Cylindrical-coordinate representation of color #8C355F: hue angle of 331.03º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C355F is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 95 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.45 |
| HSL | 331.03º | 0.45% | 0.38% | - |
| HSV(B) | 331.03º | 0.62% | 0.55% | - |
| XYZ | 14.15 | 8.95 | 11.81 | - |
| YUV | 83.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 95 | 0 | 0.62 | 0.32 | 0.45 | 331.03 | 0.45 | 0.38 |
| Hex | 8C | 35 | 5F | 0 | 3E | 20 | 2D | 14B | 2D | 26 |
| Octal | 214 | 65 | 137 | 0 | 76 | 40 | 55 | 513 | 55 | 46 |
| Binary | 10001100 | 110101 | 1011111 | 0 | 111110 | 100000 | 101101 | 101001011 | 101101 | 100110 |
Color Harmonies of #8C355F
Complementary color
Monochromatic Colors of #8C355F
Black with #8C355F
Text Example
Text Example
White with #8C355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C355F; }
p { color: rgb(140,53,95); }
H1.HeaderClassName
{
color: #8C355F;
}
.AnyTagClassName
{
color: #8C355F;
}
</style>
background-color css
<style>
a { background-color: #8C355F; }
a { background-color: rgb(140,53,95); }
div.DivClassName
{
background-color: #8C355F;
}
.BgClassName
{
background-color: #8C355F;
}
</style>
border-color css
<style>
span { border-color: #8C355F; }
span { border-color: rgb(140,53,95); }
td.TdClassName
{
border-color: #8C355F;
}
.TagClassName
{
border-color: #8C355F;
}
</style>