Shades of Rose Bud Cherry #8D194C
Tints of Rose Bud Cherry #8D194C
RGB
CMYK
RGB Variations
Color information
#8D194C (or 0x8D194C) is known color: Rose Bud Cherry. HEX triplet: 8D, 19 and 4C. RGB value is (141,25,76). Sum of RGB (Red+Green+Blue) = 141+25+76=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D194C is #72E6B3. Grayscale: #414141. Windows color (decimal): -7530164 or 4987277. OLE color: 4987277.
HSL color Cylindrical-coordinate representation of color #8D194C: hue angle of 333.62º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D194C is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 25 | 76 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.45 |
| HSL | 333.62º | 0.7% | 0.33% | - |
| HSV(B) | 333.62º | 0.82% | 0.55% | - |
| XYZ | 12.64 | 6.88 | 7.5 | - |
| YUV | 65.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 76 | 0 | 0.82 | 0.46 | 0.45 | 333.62 | 0.7 | 0.33 |
| Hex | 8D | 19 | 4C | 0 | 52 | 2E | 2D | 14E | 46 | 21 |
| Octal | 215 | 31 | 114 | 0 | 122 | 56 | 55 | 516 | 106 | 41 |
| Binary | 10001101 | 11001 | 1001100 | 0 | 1010010 | 101110 | 101101 | 101001110 | 1000110 | 100001 |
Color Harmonies of #8D194C
Complementary color
Monochromatic Colors of #8D194C
Black with #8D194C
Text Example
Text Example
White with #8D194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D194C; }
p { color: rgb(141,25,76); }
H1.HeaderClassName
{
color: #8D194C;
}
.AnyTagClassName
{
color: #8D194C;
}
</style>
background-color css
<style>
a { background-color: #8D194C; }
a { background-color: rgb(141,25,76); }
div.DivClassName
{
background-color: #8D194C;
}
.BgClassName
{
background-color: #8D194C;
}
</style>
border-color css
<style>
span { border-color: #8D194C; }
span { border-color: rgb(141,25,76); }
td.TdClassName
{
border-color: #8D194C;
}
.TagClassName
{
border-color: #8D194C;
}
</style>