Shades of Rose Bud Cherry #8C1650
Tints of Rose Bud Cherry #8C1650
RGB
CMYK
RGB Variations
Color information
#8C1650 (or 0x8C1650) is known color: Rose Bud Cherry. HEX triplet: 8C, 16 and 50. RGB value is (140,22,80). Sum of RGB (Red+Green+Blue) = 140+22+80=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1650 is #73E9AF. Grayscale: #3F3F3F. Windows color (decimal): -7596464 or 5248652. OLE color: 5248652.
HSL color Cylindrical-coordinate representation of color #8C1650: hue angle of 330.51º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1650 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 22 | 80 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.45 |
| HSL | 330.51º | 0.73% | 0.32% | - |
| HSV(B) | 330.51º | 0.84% | 0.55% | - |
| XYZ | 12.55 | 6.73 | 8.23 | - |
| YUV | 63.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 80 | 0 | 0.84 | 0.43 | 0.45 | 330.51 | 0.73 | 0.32 |
| Hex | 8C | 16 | 50 | 0 | 54 | 2B | 2D | 14B | 49 | 20 |
| Octal | 214 | 26 | 120 | 0 | 124 | 53 | 55 | 513 | 111 | 40 |
| Binary | 10001100 | 10110 | 1010000 | 0 | 1010100 | 101011 | 101101 | 101001011 | 1001001 | 100000 |
Color Harmonies of #8C1650
Complementary color
Monochromatic Colors of #8C1650
Black with #8C1650
Text Example
Text Example
White with #8C1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1650; }
p { color: rgb(140,22,80); }
H1.HeaderClassName
{
color: #8C1650;
}
.AnyTagClassName
{
color: #8C1650;
}
</style>
background-color css
<style>
a { background-color: #8C1650; }
a { background-color: rgb(140,22,80); }
div.DivClassName
{
background-color: #8C1650;
}
.BgClassName
{
background-color: #8C1650;
}
</style>
border-color css
<style>
span { border-color: #8C1650; }
span { border-color: rgb(140,22,80); }
td.TdClassName
{
border-color: #8C1650;
}
.TagClassName
{
border-color: #8C1650;
}
</style>