Shades of Rose Bud Cherry #8C2952
Tints of Rose Bud Cherry #8C2952
RGB
CMYK
RGB Variations
Color information
#8C2952 (or 0x8C2952) is known color: Rose Bud Cherry. HEX triplet: 8C, 29 and 52. RGB value is (140,41,82). Sum of RGB (Red+Green+Blue) = 140+41+82=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2952 is #73D6AD. Grayscale: #4B4B4B. Windows color (decimal): -7591598 or 5384588. OLE color: 5384588.
HSL color Cylindrical-coordinate representation of color #8C2952: hue angle of 335.15º 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 #8C2952 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 82 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.45 |
| HSL | 335.15º | 0.55% | 0.35% | - |
| HSV(B) | 335.15º | 0.71% | 0.55% | - |
| XYZ | 13.13 | 7.77 | 8.79 | - |
| YUV | 75.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 82 | 0 | 0.71 | 0.41 | 0.45 | 335.15 | 0.55 | 0.35 |
| Hex | 8C | 29 | 52 | 0 | 47 | 29 | 2D | 14F | 37 | 23 |
| Octal | 214 | 51 | 122 | 0 | 107 | 51 | 55 | 517 | 67 | 43 |
| Binary | 10001100 | 101001 | 1010010 | 0 | 1000111 | 101001 | 101101 | 101001111 | 110111 | 100011 |
Color Harmonies of #8C2952
Complementary color
Monochromatic Colors of #8C2952
Black with #8C2952
Text Example
Text Example
White with #8C2952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2952; }
p { color: rgb(140,41,82); }
H1.HeaderClassName
{
color: #8C2952;
}
.AnyTagClassName
{
color: #8C2952;
}
</style>
background-color css
<style>
a { background-color: #8C2952; }
a { background-color: rgb(140,41,82); }
div.DivClassName
{
background-color: #8C2952;
}
.BgClassName
{
background-color: #8C2952;
}
</style>
border-color css
<style>
span { border-color: #8C2952; }
span { border-color: rgb(140,41,82); }
td.TdClassName
{
border-color: #8C2952;
}
.TagClassName
{
border-color: #8C2952;
}
</style>