Shades of Rose Bud Cherry #8C2862
Tints of Rose Bud Cherry #8C2862
RGB
CMYK
RGB Variations
Color information
#8C2862 (or 0x8C2862) is known color: Rose Bud Cherry. HEX triplet: 8C, 28 and 62. RGB value is (140,40,98). Sum of RGB (Red+Green+Blue) = 140+40+98=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2862 is #73D79D. Grayscale: #4C4C4C. Windows color (decimal): -7591838 or 6432908. OLE color: 6432908.
HSL color Cylindrical-coordinate representation of color #8C2862: hue angle of 325.2º 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 #8C2862 is Cyan = 0, Magento = 0.71, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 98 | - |
| CMYK | 0 | 0.71 | 0.3 | 0.45 |
| HSL | 325.2º | 0.56% | 0.35% | - |
| HSV(B) | 325.2º | 0.71% | 0.55% | - |
| XYZ | 13.78 | 7.97 | 12.37 | - |
| YUV | 76.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 98 | 0 | 0.71 | 0.3 | 0.45 | 325.2 | 0.56 | 0.35 |
| Hex | 8C | 28 | 62 | 0 | 47 | 1E | 2D | 145 | 38 | 23 |
| Octal | 214 | 50 | 142 | 0 | 107 | 36 | 55 | 505 | 70 | 43 |
| Binary | 10001100 | 101000 | 1100010 | 0 | 1000111 | 11110 | 101101 | 101000101 | 111000 | 100011 |
Color Harmonies of #8C2862
Complementary color
Monochromatic Colors of #8C2862
Black with #8C2862
Text Example
Text Example
White with #8C2862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2862; }
p { color: rgb(140,40,98); }
H1.HeaderClassName
{
color: #8C2862;
}
.AnyTagClassName
{
color: #8C2862;
}
</style>
background-color css
<style>
a { background-color: #8C2862; }
a { background-color: rgb(140,40,98); }
div.DivClassName
{
background-color: #8C2862;
}
.BgClassName
{
background-color: #8C2862;
}
</style>
border-color css
<style>
span { border-color: #8C2862; }
span { border-color: rgb(140,40,98); }
td.TdClassName
{
border-color: #8C2862;
}
.TagClassName
{
border-color: #8C2862;
}
</style>