Shades of Rose Bud Cherry #8C325F
Tints of Rose Bud Cherry #8C325F
RGB
CMYK
RGB Variations
Color information
#8C325F (or 0x8C325F) is known color: Rose Bud Cherry. HEX triplet: 8C, 32 and 5F. RGB value is (140,50,95). Sum of RGB (Red+Green+Blue) = 140+50+95=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C325F is #73CDA0. Grayscale: #515151. Windows color (decimal): -7589281 or 6238860. OLE color: 6238860.
HSL color Cylindrical-coordinate representation of color #8C325F: hue angle of 330º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C325F is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 95 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.45 |
| HSL | 330º | 0.47% | 0.37% | - |
| HSV(B) | 330º | 0.64% | 0.55% | - |
| XYZ | 14.02 | 8.68 | 11.76 | - |
| YUV | 82.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 95 | 0 | 0.64 | 0.32 | 0.45 | 330 | 0.47 | 0.37 |
| Hex | 8C | 32 | 5F | 0 | 40 | 20 | 2D | 14A | 2F | 25 |
| Octal | 214 | 62 | 137 | 0 | 100 | 40 | 55 | 512 | 57 | 45 |
| Binary | 10001100 | 110010 | 1011111 | 0 | 1000000 | 100000 | 101101 | 101001010 | 101111 | 100101 |
Color Harmonies of #8C325F
Complementary color
Monochromatic Colors of #8C325F
Black with #8C325F
Text Example
Text Example
White with #8C325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C325F; }
p { color: rgb(140,50,95); }
H1.HeaderClassName
{
color: #8C325F;
}
.AnyTagClassName
{
color: #8C325F;
}
</style>
background-color css
<style>
a { background-color: #8C325F; }
a { background-color: rgb(140,50,95); }
div.DivClassName
{
background-color: #8C325F;
}
.BgClassName
{
background-color: #8C325F;
}
</style>
border-color css
<style>
span { border-color: #8C325F; }
span { border-color: rgb(140,50,95); }
td.TdClassName
{
border-color: #8C325F;
}
.TagClassName
{
border-color: #8C325F;
}
</style>