Shades of Rose Bud Cherry #8C2354
Tints of Rose Bud Cherry #8C2354
RGB
CMYK
RGB Variations
Color information
#8C2354 (or 0x8C2354) is known color: Rose Bud Cherry. HEX triplet: 8C, 23 and 54. RGB value is (140,35,84). Sum of RGB (Red+Green+Blue) = 140+35+84=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2354 is #73DCAB. Grayscale: #474747. Windows color (decimal): -7593132 or 5514124. OLE color: 5514124.
HSL color Cylindrical-coordinate representation of color #8C2354: hue angle of 332º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2354 is Cyan = 0, Magento = 0.75, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 84 | - |
| CMYK | 0 | 0.75 | 0.4 | 0.45 |
| HSL | 332º | 0.6% | 0.34% | - |
| HSV(B) | 332º | 0.75% | 0.55% | - |
| XYZ | 13.02 | 7.42 | 9.13 | - |
| YUV | 71.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 84 | 0 | 0.75 | 0.4 | 0.45 | 332 | 0.6 | 0.34 |
| Hex | 8C | 23 | 54 | 0 | 4B | 28 | 2D | 14C | 3C | 22 |
| Octal | 214 | 43 | 124 | 0 | 113 | 50 | 55 | 514 | 74 | 42 |
| Binary | 10001100 | 100011 | 1010100 | 0 | 1001011 | 101000 | 101101 | 101001100 | 111100 | 100010 |
Color Harmonies of #8C2354
Complementary color
Monochromatic Colors of #8C2354
Black with #8C2354
Text Example
Text Example
White with #8C2354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2354; }
p { color: rgb(140,35,84); }
H1.HeaderClassName
{
color: #8C2354;
}
.AnyTagClassName
{
color: #8C2354;
}
</style>
background-color css
<style>
a { background-color: #8C2354; }
a { background-color: rgb(140,35,84); }
div.DivClassName
{
background-color: #8C2354;
}
.BgClassName
{
background-color: #8C2354;
}
</style>
border-color css
<style>
span { border-color: #8C2354; }
span { border-color: rgb(140,35,84); }
td.TdClassName
{
border-color: #8C2354;
}
.TagClassName
{
border-color: #8C2354;
}
</style>