Shades of Rose Bud Cherry #8C194E
Tints of Rose Bud Cherry #8C194E
RGB
CMYK
RGB Variations
Color information
#8C194E (or 0x8C194E) is known color: Rose Bud Cherry. HEX triplet: 8C, 19 and 4E. RGB value is (140,25,78). Sum of RGB (Red+Green+Blue) = 140+25+78=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C194E is #73E6B1. Grayscale: #414141. Windows color (decimal): -7595698 or 5118348. OLE color: 5118348.
HSL color Cylindrical-coordinate representation of color #8C194E: hue angle of 332.35º 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 #8C194E is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 78 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.45 |
| HSL | 332.35º | 0.7% | 0.32% | - |
| HSV(B) | 332.35º | 0.82% | 0.55% | - |
| XYZ | 12.54 | 6.82 | 7.86 | - |
| YUV | 65.43 | 135.1 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 78 | 0 | 0.82 | 0.44 | 0.45 | 332.35 | 0.7 | 0.32 |
| Hex | 8C | 19 | 4E | 0 | 52 | 2C | 2D | 14C | 46 | 20 |
| Octal | 214 | 31 | 116 | 0 | 122 | 54 | 55 | 514 | 106 | 40 |
| Binary | 10001100 | 11001 | 1001110 | 0 | 1010010 | 101100 | 101101 | 101001100 | 1000110 | 100000 |
Color Harmonies of #8C194E
Complementary color
Monochromatic Colors of #8C194E
Black with #8C194E
Text Example
Text Example
White with #8C194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C194E; }
p { color: rgb(140,25,78); }
H1.HeaderClassName
{
color: #8C194E;
}
.AnyTagClassName
{
color: #8C194E;
}
</style>
background-color css
<style>
a { background-color: #8C194E; }
a { background-color: rgb(140,25,78); }
div.DivClassName
{
background-color: #8C194E;
}
.BgClassName
{
background-color: #8C194E;
}
</style>
border-color css
<style>
span { border-color: #8C194E; }
span { border-color: rgb(140,25,78); }
td.TdClassName
{
border-color: #8C194E;
}
.TagClassName
{
border-color: #8C194E;
}
</style>