Shades of Rose Bud Cherry #8C1350
Tints of Rose Bud Cherry #8C1350
RGB
CMYK
RGB Variations
Color information
#8C1350 (or 0x8C1350) is known color: Rose Bud Cherry. HEX triplet: 8C, 13 and 50. RGB value is (140,19,80). Sum of RGB (Red+Green+Blue) = 140+19+80=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1350 is #73ECAF. Grayscale: #3E3E3E. Windows color (decimal): -7597232 or 5247884. OLE color: 5247884.
HSL color Cylindrical-coordinate representation of color #8C1350: hue angle of 329.75º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1350 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 19 | 80 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.45 |
| HSL | 329.75º | 0.76% | 0.31% | - |
| HSV(B) | 329.75º | 0.86% | 0.55% | - |
| XYZ | 12.5 | 6.62 | 8.21 | - |
| YUV | 62.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 80 | 0 | 0.86 | 0.43 | 0.45 | 329.75 | 0.76 | 0.31 |
| Hex | 8C | 13 | 50 | 0 | 56 | 2B | 2D | 14A | 4C | 1F |
| Octal | 214 | 23 | 120 | 0 | 126 | 53 | 55 | 512 | 114 | 37 |
| Binary | 10001100 | 10011 | 1010000 | 0 | 1010110 | 101011 | 101101 | 101001010 | 1001100 | 11111 |
Color Harmonies of #8C1350
Complementary color
Monochromatic Colors of #8C1350
Black with #8C1350
Text Example
Text Example
White with #8C1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1350; }
p { color: rgb(140,19,80); }
H1.HeaderClassName
{
color: #8C1350;
}
.AnyTagClassName
{
color: #8C1350;
}
</style>
background-color css
<style>
a { background-color: #8C1350; }
a { background-color: rgb(140,19,80); }
div.DivClassName
{
background-color: #8C1350;
}
.BgClassName
{
background-color: #8C1350;
}
</style>
border-color css
<style>
span { border-color: #8C1350; }
span { border-color: rgb(140,19,80); }
td.TdClassName
{
border-color: #8C1350;
}
.TagClassName
{
border-color: #8C1350;
}
</style>