Shades of Rose Bud Cherry #8C3054
Tints of Rose Bud Cherry #8C3054
RGB
CMYK
RGB Variations
Color information
#8C3054 (or 0x8C3054) is known color: Rose Bud Cherry. HEX triplet: 8C, 30 and 54. RGB value is (140,48,84). Sum of RGB (Red+Green+Blue) = 140+48+84=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3054 is #73CFAB. Grayscale: #4F4F4F. Windows color (decimal): -7589804 or 5517452. OLE color: 5517452.
HSL color Cylindrical-coordinate representation of color #8C3054: hue angle of 336.52º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3054 is Cyan = 0, Magento = 0.66, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 84 | - |
| CMYK | 0 | 0.66 | 0.4 | 0.45 |
| HSL | 336.52º | 0.49% | 0.37% | - |
| HSV(B) | 336.52º | 0.66% | 0.55% | - |
| XYZ | 13.47 | 8.33 | 9.29 | - |
| YUV | 79.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 84 | 0 | 0.66 | 0.4 | 0.45 | 336.52 | 0.49 | 0.37 |
| Hex | 8C | 30 | 54 | 0 | 42 | 28 | 2D | 151 | 31 | 25 |
| Octal | 214 | 60 | 124 | 0 | 102 | 50 | 55 | 521 | 61 | 45 |
| Binary | 10001100 | 110000 | 1010100 | 0 | 1000010 | 101000 | 101101 | 101010001 | 110001 | 100101 |
Color Harmonies of #8C3054
Complementary color
Monochromatic Colors of #8C3054
Black with #8C3054
Text Example
Text Example
White with #8C3054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3054; }
p { color: rgb(140,48,84); }
H1.HeaderClassName
{
color: #8C3054;
}
.AnyTagClassName
{
color: #8C3054;
}
</style>
background-color css
<style>
a { background-color: #8C3054; }
a { background-color: rgb(140,48,84); }
div.DivClassName
{
background-color: #8C3054;
}
.BgClassName
{
background-color: #8C3054;
}
</style>
border-color css
<style>
span { border-color: #8C3054; }
span { border-color: rgb(140,48,84); }
td.TdClassName
{
border-color: #8C3054;
}
.TagClassName
{
border-color: #8C3054;
}
</style>