Shades of Rose Bud Cherry #8C194F
Tints of Rose Bud Cherry #8C194F
RGB
CMYK
RGB Variations
Color information
#8C194F (or 0x8C194F) is known color: Rose Bud Cherry. HEX triplet: 8C, 19 and 4F. RGB value is (140,25,79). Sum of RGB (Red+Green+Blue) = 140+25+79=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C194F is #73E6B0. Grayscale: #414141. Windows color (decimal): -7595697 or 5183884. OLE color: 5183884.
HSL color Cylindrical-coordinate representation of color #8C194F: hue angle of 331.83º 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 #8C194F is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 79 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.45 |
| HSL | 331.83º | 0.7% | 0.32% | - |
| HSV(B) | 331.83º | 0.82% | 0.55% | - |
| XYZ | 12.57 | 6.84 | 8.05 | - |
| YUV | 65.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 79 | 0 | 0.82 | 0.44 | 0.45 | 331.83 | 0.7 | 0.32 |
| Hex | 8C | 19 | 4F | 0 | 52 | 2C | 2D | 14C | 46 | 20 |
| Octal | 214 | 31 | 117 | 0 | 122 | 54 | 55 | 514 | 106 | 40 |
| Binary | 10001100 | 11001 | 1001111 | 0 | 1010010 | 101100 | 101101 | 101001100 | 1000110 | 100000 |
Color Harmonies of #8C194F
Complementary color
Monochromatic Colors of #8C194F
Black with #8C194F
Text Example
Text Example
White with #8C194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C194F; }
p { color: rgb(140,25,79); }
H1.HeaderClassName
{
color: #8C194F;
}
.AnyTagClassName
{
color: #8C194F;
}
</style>
background-color css
<style>
a { background-color: #8C194F; }
a { background-color: rgb(140,25,79); }
div.DivClassName
{
background-color: #8C194F;
}
.BgClassName
{
background-color: #8C194F;
}
</style>
border-color css
<style>
span { border-color: #8C194F; }
span { border-color: rgb(140,25,79); }
td.TdClassName
{
border-color: #8C194F;
}
.TagClassName
{
border-color: #8C194F;
}
</style>