Shades of Rose Bud Cherry #8C2350
Tints of Rose Bud Cherry #8C2350
RGB
CMYK
RGB Variations
Color information
#8C2350 (or 0x8C2350) is known color: Rose Bud Cherry. HEX triplet: 8C, 23 and 50. RGB value is (140,35,80). Sum of RGB (Red+Green+Blue) = 140+35+80=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2350 is #73DCAF. Grayscale: #474747. Windows color (decimal): -7593136 or 5251980. OLE color: 5251980.
HSL color Cylindrical-coordinate representation of color #8C2350: hue angle of 334.29º 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 #8C2350 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 80 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.45 |
| HSL | 334.29º | 0.6% | 0.34% | - |
| HSV(B) | 334.29º | 0.75% | 0.55% | - |
| XYZ | 12.86 | 7.36 | 8.33 | - |
| YUV | 71.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 80 | 0 | 0.75 | 0.43 | 0.45 | 334.29 | 0.6 | 0.34 |
| Hex | 8C | 23 | 50 | 0 | 4B | 2B | 2D | 14E | 3C | 22 |
| Octal | 214 | 43 | 120 | 0 | 113 | 53 | 55 | 516 | 74 | 42 |
| Binary | 10001100 | 100011 | 1010000 | 0 | 1001011 | 101011 | 101101 | 101001110 | 111100 | 100010 |
Color Harmonies of #8C2350
Complementary color
Monochromatic Colors of #8C2350
Black with #8C2350
Text Example
Text Example
White with #8C2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2350; }
p { color: rgb(140,35,80); }
H1.HeaderClassName
{
color: #8C2350;
}
.AnyTagClassName
{
color: #8C2350;
}
</style>
background-color css
<style>
a { background-color: #8C2350; }
a { background-color: rgb(140,35,80); }
div.DivClassName
{
background-color: #8C2350;
}
.BgClassName
{
background-color: #8C2350;
}
</style>
border-color css
<style>
span { border-color: #8C2350; }
span { border-color: rgb(140,35,80); }
td.TdClassName
{
border-color: #8C2350;
}
.TagClassName
{
border-color: #8C2350;
}
</style>