Shades of Rose Bud Cherry #8C2864
Tints of Rose Bud Cherry #8C2864
RGB
CMYK
RGB Variations
Color information
#8C2864 (or 0x8C2864) is known color: Rose Bud Cherry. HEX triplet: 8C, 28 and 64. RGB value is (140,40,100). Sum of RGB (Red+Green+Blue) = 140+40+100=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2864 is #73D79B. Grayscale: #4C4C4C. Windows color (decimal): -7591836 or 6563980. OLE color: 6563980.
HSL color Cylindrical-coordinate representation of color #8C2864: hue angle of 324º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2864 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 100 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.45 |
| HSL | 324º | 0.56% | 0.35% | - |
| HSV(B) | 324º | 0.71% | 0.55% | - |
| XYZ | 13.87 | 8.01 | 12.87 | - |
| YUV | 76.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 100 | 0 | 0.71 | 0.29 | 0.45 | 324 | 0.56 | 0.35 |
| Hex | 8C | 28 | 64 | 0 | 47 | 1D | 2D | 144 | 38 | 23 |
| Octal | 214 | 50 | 144 | 0 | 107 | 35 | 55 | 504 | 70 | 43 |
| Binary | 10001100 | 101000 | 1100100 | 0 | 1000111 | 11101 | 101101 | 101000100 | 111000 | 100011 |
Color Harmonies of #8C2864
Complementary color
Monochromatic Colors of #8C2864
Black with #8C2864
Text Example
Text Example
White with #8C2864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2864; }
p { color: rgb(140,40,100); }
H1.HeaderClassName
{
color: #8C2864;
}
.AnyTagClassName
{
color: #8C2864;
}
</style>
background-color css
<style>
a { background-color: #8C2864; }
a { background-color: rgb(140,40,100); }
div.DivClassName
{
background-color: #8C2864;
}
.BgClassName
{
background-color: #8C2864;
}
</style>
border-color css
<style>
span { border-color: #8C2864; }
span { border-color: rgb(140,40,100); }
td.TdClassName
{
border-color: #8C2864;
}
.TagClassName
{
border-color: #8C2864;
}
</style>