Shades of Rose Bud Cherry #8C3360
Tints of Rose Bud Cherry #8C3360
RGB
CMYK
RGB Variations
Color information
#8C3360 (or 0x8C3360) is known color: Rose Bud Cherry. HEX triplet: 8C, 33 and 60. RGB value is (140,51,96). Sum of RGB (Red+Green+Blue) = 140+51+96=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3360 is #73CC9F. Grayscale: #525252. Windows color (decimal): -7589024 or 6304652. OLE color: 6304652.
HSL color Cylindrical-coordinate representation of color #8C3360: hue angle of 329.66º 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 #8C3360 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 96 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.45 |
| HSL | 329.66º | 0.47% | 0.37% | - |
| HSV(B) | 329.66º | 0.64% | 0.55% | - |
| XYZ | 14.11 | 8.79 | 12.02 | - |
| YUV | 82.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 96 | 0 | 0.64 | 0.31 | 0.45 | 329.66 | 0.47 | 0.37 |
| Hex | 8C | 33 | 60 | 0 | 40 | 1F | 2D | 14A | 2F | 25 |
| Octal | 214 | 63 | 140 | 0 | 100 | 37 | 55 | 512 | 57 | 45 |
| Binary | 10001100 | 110011 | 1100000 | 0 | 1000000 | 11111 | 101101 | 101001010 | 101111 | 100101 |
Color Harmonies of #8C3360
Complementary color
Monochromatic Colors of #8C3360
Black with #8C3360
Text Example
Text Example
White with #8C3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3360; }
p { color: rgb(140,51,96); }
H1.HeaderClassName
{
color: #8C3360;
}
.AnyTagClassName
{
color: #8C3360;
}
</style>
background-color css
<style>
a { background-color: #8C3360; }
a { background-color: rgb(140,51,96); }
div.DivClassName
{
background-color: #8C3360;
}
.BgClassName
{
background-color: #8C3360;
}
</style>
border-color css
<style>
span { border-color: #8C3360; }
span { border-color: rgb(140,51,96); }
td.TdClassName
{
border-color: #8C3360;
}
.TagClassName
{
border-color: #8C3360;
}
</style>