Shades of Rose Bud Cherry #8C2964
Tints of Rose Bud Cherry #8C2964
RGB
CMYK
RGB Variations
Color information
#8C2964 (or 0x8C2964) is known color: Rose Bud Cherry. HEX triplet: 8C, 29 and 64. RGB value is (140,41,100). Sum of RGB (Red+Green+Blue) = 140+41+100=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2964 is #73D69B. Grayscale: #4D4D4D. Windows color (decimal): -7591580 or 6564236. OLE color: 6564236.
HSL color Cylindrical-coordinate representation of color #8C2964: hue angle of 324.24º degrees, saturation: 0.55, 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 #8C2964 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 100 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.45 |
| HSL | 324.24º | 0.55% | 0.35% | - |
| HSV(B) | 324.24º | 0.71% | 0.55% | - |
| XYZ | 13.91 | 8.08 | 12.88 | - |
| YUV | 77.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 100 | 0 | 0.71 | 0.29 | 0.45 | 324.24 | 0.55 | 0.35 |
| Hex | 8C | 29 | 64 | 0 | 47 | 1D | 2D | 144 | 37 | 23 |
| Octal | 214 | 51 | 144 | 0 | 107 | 35 | 55 | 504 | 67 | 43 |
| Binary | 10001100 | 101001 | 1100100 | 0 | 1000111 | 11101 | 101101 | 101000100 | 110111 | 100011 |
Color Harmonies of #8C2964
Complementary color
Monochromatic Colors of #8C2964
Black with #8C2964
Text Example
Text Example
White with #8C2964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2964; }
p { color: rgb(140,41,100); }
H1.HeaderClassName
{
color: #8C2964;
}
.AnyTagClassName
{
color: #8C2964;
}
</style>
background-color css
<style>
a { background-color: #8C2964; }
a { background-color: rgb(140,41,100); }
div.DivClassName
{
background-color: #8C2964;
}
.BgClassName
{
background-color: #8C2964;
}
</style>
border-color css
<style>
span { border-color: #8C2964; }
span { border-color: rgb(140,41,100); }
td.TdClassName
{
border-color: #8C2964;
}
.TagClassName
{
border-color: #8C2964;
}
</style>