Shades of Rose Bud Cherry #8C2F62
Tints of Rose Bud Cherry #8C2F62
RGB
CMYK
RGB Variations
Color information
#8C2F62 (or 0x8C2F62) is known color: Rose Bud Cherry. HEX triplet: 8C, 2F and 62. RGB value is (140,47,98). Sum of RGB (Red+Green+Blue) = 140+47+98=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2F62 is #73D09D. Grayscale: #505050. Windows color (decimal): -7590046 or 6434700. OLE color: 6434700.
HSL color Cylindrical-coordinate representation of color #8C2F62: hue angle of 327.1º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C2F62 is Cyan = 0, Magento = 0.66, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 47 | 98 | - |
| CMYK | 0 | 0.66 | 0.3 | 0.45 |
| HSL | 327.1º | 0.5% | 0.37% | - |
| HSV(B) | 327.1º | 0.66% | 0.55% | - |
| XYZ | 14.04 | 8.49 | 12.45 | - |
| YUV | 80.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 98 | 0 | 0.66 | 0.3 | 0.45 | 327.1 | 0.5 | 0.37 |
| Hex | 8C | 2F | 62 | 0 | 42 | 1E | 2D | 147 | 32 | 25 |
| Octal | 214 | 57 | 142 | 0 | 102 | 36 | 55 | 507 | 62 | 45 |
| Binary | 10001100 | 101111 | 1100010 | 0 | 1000010 | 11110 | 101101 | 101000111 | 110010 | 100101 |
Color Harmonies of #8C2F62
Complementary color
Monochromatic Colors of #8C2F62
Black with #8C2F62
Text Example
Text Example
White with #8C2F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F62; }
p { color: rgb(140,47,98); }
H1.HeaderClassName
{
color: #8C2F62;
}
.AnyTagClassName
{
color: #8C2F62;
}
</style>
background-color css
<style>
a { background-color: #8C2F62; }
a { background-color: rgb(140,47,98); }
div.DivClassName
{
background-color: #8C2F62;
}
.BgClassName
{
background-color: #8C2F62;
}
</style>
border-color css
<style>
span { border-color: #8C2F62; }
span { border-color: rgb(140,47,98); }
td.TdClassName
{
border-color: #8C2F62;
}
.TagClassName
{
border-color: #8C2F62;
}
</style>