Shades of Rose Bud Cherry #8C325C
Tints of Rose Bud Cherry #8C325C
RGB
CMYK
RGB Variations
Color information
#8C325C (or 0x8C325C) is known color: Rose Bud Cherry. HEX triplet: 8C, 32 and 5C. RGB value is (140,50,92). Sum of RGB (Red+Green+Blue) = 140+50+92=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C325C is #73CDA3. Grayscale: #515151. Windows color (decimal): -7589284 or 6042252. OLE color: 6042252.
HSL color Cylindrical-coordinate representation of color #8C325C: hue angle of 332º 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 #8C325C is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 92 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.45 |
| HSL | 332º | 0.47% | 0.37% | - |
| HSV(B) | 332º | 0.64% | 0.55% | - |
| XYZ | 13.89 | 8.63 | 11.06 | - |
| YUV | 81.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 92 | 0 | 0.64 | 0.34 | 0.45 | 332 | 0.47 | 0.37 |
| Hex | 8C | 32 | 5C | 0 | 40 | 22 | 2D | 14C | 2F | 25 |
| Octal | 214 | 62 | 134 | 0 | 100 | 42 | 55 | 514 | 57 | 45 |
| Binary | 10001100 | 110010 | 1011100 | 0 | 1000000 | 100010 | 101101 | 101001100 | 101111 | 100101 |
Color Harmonies of #8C325C
Complementary color
Monochromatic Colors of #8C325C
Black with #8C325C
Text Example
Text Example
White with #8C325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C325C; }
p { color: rgb(140,50,92); }
H1.HeaderClassName
{
color: #8C325C;
}
.AnyTagClassName
{
color: #8C325C;
}
</style>
background-color css
<style>
a { background-color: #8C325C; }
a { background-color: rgb(140,50,92); }
div.DivClassName
{
background-color: #8C325C;
}
.BgClassName
{
background-color: #8C325C;
}
</style>
border-color css
<style>
span { border-color: #8C325C; }
span { border-color: rgb(140,50,92); }
td.TdClassName
{
border-color: #8C325C;
}
.TagClassName
{
border-color: #8C325C;
}
</style>