Shades of Rose Bud Cherry #8C2C56
Tints of Rose Bud Cherry #8C2C56
RGB
CMYK
RGB Variations
Color information
#8C2C56 (or 0x8C2C56) is known color: Rose Bud Cherry. HEX triplet: 8C, 2C and 56. RGB value is (140,44,86). Sum of RGB (Red+Green+Blue) = 140+44+86=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2C56 is #73D3A9. Grayscale: #4D4D4D. Windows color (decimal): -7590826 or 5647500. OLE color: 5647500.
HSL color Cylindrical-coordinate representation of color #8C2C56: hue angle of 333.75º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2C56 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 44 | 86 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.45 |
| HSL | 333.75º | 0.52% | 0.36% | - |
| HSV(B) | 333.75º | 0.69% | 0.55% | - |
| XYZ | 13.4 | 8.05 | 9.65 | - |
| YUV | 77.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 86 | 0 | 0.69 | 0.39 | 0.45 | 333.75 | 0.52 | 0.36 |
| Hex | 8C | 2C | 56 | 0 | 45 | 27 | 2D | 14E | 34 | 24 |
| Octal | 214 | 54 | 126 | 0 | 105 | 47 | 55 | 516 | 64 | 44 |
| Binary | 10001100 | 101100 | 1010110 | 0 | 1000101 | 100111 | 101101 | 101001110 | 110100 | 100100 |
Color Harmonies of #8C2C56
Complementary color
Monochromatic Colors of #8C2C56
Black with #8C2C56
Text Example
Text Example
White with #8C2C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2C56; }
p { color: rgb(140,44,86); }
H1.HeaderClassName
{
color: #8C2C56;
}
.AnyTagClassName
{
color: #8C2C56;
}
</style>
background-color css
<style>
a { background-color: #8C2C56; }
a { background-color: rgb(140,44,86); }
div.DivClassName
{
background-color: #8C2C56;
}
.BgClassName
{
background-color: #8C2C56;
}
</style>
border-color css
<style>
span { border-color: #8C2C56; }
span { border-color: rgb(140,44,86); }
td.TdClassName
{
border-color: #8C2C56;
}
.TagClassName
{
border-color: #8C2C56;
}
</style>