Shades of Rose Bud Cherry #8C2151
Tints of Rose Bud Cherry #8C2151
RGB
CMYK
RGB Variations
Color information
#8C2151 (or 0x8C2151) is known color: Rose Bud Cherry. HEX triplet: 8C, 21 and 51. RGB value is (140,33,81). Sum of RGB (Red+Green+Blue) = 140+33+81=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2151 is #73DEAE. Grayscale: #464646. Windows color (decimal): -7593647 or 5317004. OLE color: 5317004.
HSL color Cylindrical-coordinate representation of color #8C2151: hue angle of 333.08º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2151 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 81 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.45 |
| HSL | 333.08º | 0.62% | 0.34% | - |
| HSV(B) | 333.08º | 0.76% | 0.55% | - |
| XYZ | 12.84 | 7.26 | 8.51 | - |
| YUV | 70.47 | 133.95 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 81 | 0 | 0.76 | 0.42 | 0.45 | 333.08 | 0.62 | 0.34 |
| Hex | 8C | 21 | 51 | 0 | 4C | 2A | 2D | 14D | 3E | 22 |
| Octal | 214 | 41 | 121 | 0 | 114 | 52 | 55 | 515 | 76 | 42 |
| Binary | 10001100 | 100001 | 1010001 | 0 | 1001100 | 101010 | 101101 | 101001101 | 111110 | 100010 |
Color Harmonies of #8C2151
Complementary color
Monochromatic Colors of #8C2151
Black with #8C2151
Text Example
Text Example
White with #8C2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2151; }
p { color: rgb(140,33,81); }
H1.HeaderClassName
{
color: #8C2151;
}
.AnyTagClassName
{
color: #8C2151;
}
</style>
background-color css
<style>
a { background-color: #8C2151; }
a { background-color: rgb(140,33,81); }
div.DivClassName
{
background-color: #8C2151;
}
.BgClassName
{
background-color: #8C2151;
}
</style>
border-color css
<style>
span { border-color: #8C2151; }
span { border-color: rgb(140,33,81); }
td.TdClassName
{
border-color: #8C2151;
}
.TagClassName
{
border-color: #8C2151;
}
</style>