Shades of Rose Bud Cherry #8C285B
Tints of Rose Bud Cherry #8C285B
RGB
CMYK
RGB Variations
Color information
#8C285B (or 0x8C285B) is known color: Rose Bud Cherry. HEX triplet: 8C, 28 and 5B. RGB value is (140,40,91). Sum of RGB (Red+Green+Blue) = 140+40+91=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C285B is #73D7A4. Grayscale: #4B4B4B. Windows color (decimal): -7591845 or 5974156. OLE color: 5974156.
HSL color Cylindrical-coordinate representation of color #8C285B: hue angle of 329.4º 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 #8C285B is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 91 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.45 |
| HSL | 329.4º | 0.56% | 0.35% | - |
| HSV(B) | 329.4º | 0.71% | 0.55% | - |
| XYZ | 13.46 | 7.85 | 10.7 | - |
| YUV | 75.71 | 136.63 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 91 | 0 | 0.71 | 0.35 | 0.45 | 329.4 | 0.56 | 0.35 |
| Hex | 8C | 28 | 5B | 0 | 47 | 23 | 2D | 149 | 38 | 23 |
| Octal | 214 | 50 | 133 | 0 | 107 | 43 | 55 | 511 | 70 | 43 |
| Binary | 10001100 | 101000 | 1011011 | 0 | 1000111 | 100011 | 101101 | 101001001 | 111000 | 100011 |
Color Harmonies of #8C285B
Complementary color
Monochromatic Colors of #8C285B
Black with #8C285B
Text Example
Text Example
White with #8C285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C285B; }
p { color: rgb(140,40,91); }
H1.HeaderClassName
{
color: #8C285B;
}
.AnyTagClassName
{
color: #8C285B;
}
</style>
background-color css
<style>
a { background-color: #8C285B; }
a { background-color: rgb(140,40,91); }
div.DivClassName
{
background-color: #8C285B;
}
.BgClassName
{
background-color: #8C285B;
}
</style>
border-color css
<style>
span { border-color: #8C285B; }
span { border-color: rgb(140,40,91); }
td.TdClassName
{
border-color: #8C285B;
}
.TagClassName
{
border-color: #8C285B;
}
</style>