Shades of Rose Bud Cherry #8C194D
Tints of Rose Bud Cherry #8C194D
RGB
CMYK
RGB Variations
Color information
#8C194D (or 0x8C194D) is known color: Rose Bud Cherry. HEX triplet: 8C, 19 and 4D. RGB value is (140,25,77). Sum of RGB (Red+Green+Blue) = 140+25+77=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C194D is #73E6B2. Grayscale: #414141. Windows color (decimal): -7595699 or 5052812. OLE color: 5052812.
HSL color Cylindrical-coordinate representation of color #8C194D: hue angle of 332.87º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C194D is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 77 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.45 |
| HSL | 332.87º | 0.7% | 0.32% | - |
| HSV(B) | 332.87º | 0.82% | 0.55% | - |
| XYZ | 12.5 | 6.81 | 7.68 | - |
| YUV | 65.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 77 | 0 | 0.82 | 0.45 | 0.45 | 332.87 | 0.7 | 0.32 |
| Hex | 8C | 19 | 4D | 0 | 52 | 2D | 2D | 14D | 46 | 20 |
| Octal | 214 | 31 | 115 | 0 | 122 | 55 | 55 | 515 | 106 | 40 |
| Binary | 10001100 | 11001 | 1001101 | 0 | 1010010 | 101101 | 101101 | 101001101 | 1000110 | 100000 |
Color Harmonies of #8C194D
Complementary color
Monochromatic Colors of #8C194D
Black with #8C194D
Text Example
Text Example
White with #8C194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C194D; }
p { color: rgb(140,25,77); }
H1.HeaderClassName
{
color: #8C194D;
}
.AnyTagClassName
{
color: #8C194D;
}
</style>
background-color css
<style>
a { background-color: #8C194D; }
a { background-color: rgb(140,25,77); }
div.DivClassName
{
background-color: #8C194D;
}
.BgClassName
{
background-color: #8C194D;
}
</style>
border-color css
<style>
span { border-color: #8C194D; }
span { border-color: rgb(140,25,77); }
td.TdClassName
{
border-color: #8C194D;
}
.TagClassName
{
border-color: #8C194D;
}
</style>