Shades of Rose Bud Cherry #8C2957
Tints of Rose Bud Cherry #8C2957
RGB
CMYK
RGB Variations
Color information
#8C2957 (or 0x8C2957) is known color: Rose Bud Cherry. HEX triplet: 8C, 29 and 57. RGB value is (140,41,87). Sum of RGB (Red+Green+Blue) = 140+41+87=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2957 is #73D6A8. Grayscale: #4B4B4B. Windows color (decimal): -7591593 or 5712268. OLE color: 5712268.
HSL color Cylindrical-coordinate representation of color #8C2957: hue angle of 332.12º degrees, saturation: 0.55, 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 #8C2957 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 87 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.45 |
| HSL | 332.12º | 0.55% | 0.35% | - |
| HSV(B) | 332.12º | 0.71% | 0.55% | - |
| XYZ | 13.33 | 7.85 | 9.83 | - |
| YUV | 75.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 87 | 0 | 0.71 | 0.38 | 0.45 | 332.12 | 0.55 | 0.35 |
| Hex | 8C | 29 | 57 | 0 | 47 | 26 | 2D | 14C | 37 | 23 |
| Octal | 214 | 51 | 127 | 0 | 107 | 46 | 55 | 514 | 67 | 43 |
| Binary | 10001100 | 101001 | 1010111 | 0 | 1000111 | 100110 | 101101 | 101001100 | 110111 | 100011 |
Color Harmonies of #8C2957
Complementary color
Monochromatic Colors of #8C2957
Black with #8C2957
Text Example
Text Example
White with #8C2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2957; }
p { color: rgb(140,41,87); }
H1.HeaderClassName
{
color: #8C2957;
}
.AnyTagClassName
{
color: #8C2957;
}
</style>
background-color css
<style>
a { background-color: #8C2957; }
a { background-color: rgb(140,41,87); }
div.DivClassName
{
background-color: #8C2957;
}
.BgClassName
{
background-color: #8C2957;
}
</style>
border-color css
<style>
span { border-color: #8C2957; }
span { border-color: rgb(140,41,87); }
td.TdClassName
{
border-color: #8C2957;
}
.TagClassName
{
border-color: #8C2957;
}
</style>