Shades of Rose Bud Cherry #8C2364
Tints of Rose Bud Cherry #8C2364
RGB
CMYK
RGB Variations
Color information
#8C2364 (or 0x8C2364) is known color: Rose Bud Cherry. HEX triplet: 8C, 23 and 64. RGB value is (140,35,100). Sum of RGB (Red+Green+Blue) = 140+35+100=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2364 is #73DC9B. Grayscale: #494949. Windows color (decimal): -7593116 or 6562700. OLE color: 6562700.
HSL color Cylindrical-coordinate representation of color #8C2364: hue angle of 322.86º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2364 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 100 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.45 |
| HSL | 322.86º | 0.6% | 0.34% | - |
| HSV(B) | 322.86º | 0.75% | 0.55% | - |
| XYZ | 13.72 | 7.7 | 12.82 | - |
| YUV | 73.81 | 142.79 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 100 | 0 | 0.75 | 0.29 | 0.45 | 322.86 | 0.6 | 0.34 |
| Hex | 8C | 23 | 64 | 0 | 4B | 1D | 2D | 143 | 3C | 22 |
| Octal | 214 | 43 | 144 | 0 | 113 | 35 | 55 | 503 | 74 | 42 |
| Binary | 10001100 | 100011 | 1100100 | 0 | 1001011 | 11101 | 101101 | 101000011 | 111100 | 100010 |
Color Harmonies of #8C2364
Complementary color
Monochromatic Colors of #8C2364
Black with #8C2364
Text Example
Text Example
White with #8C2364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2364; }
p { color: rgb(140,35,100); }
H1.HeaderClassName
{
color: #8C2364;
}
.AnyTagClassName
{
color: #8C2364;
}
</style>
background-color css
<style>
a { background-color: #8C2364; }
a { background-color: rgb(140,35,100); }
div.DivClassName
{
background-color: #8C2364;
}
.BgClassName
{
background-color: #8C2364;
}
</style>
border-color css
<style>
span { border-color: #8C2364; }
span { border-color: rgb(140,35,100); }
td.TdClassName
{
border-color: #8C2364;
}
.TagClassName
{
border-color: #8C2364;
}
</style>