Shades of Rose Bud Cherry #8D174C
Tints of Rose Bud Cherry #8D174C
RGB
CMYK
RGB Variations
Color information
#8D174C (or 0x8D174C) is known color: Rose Bud Cherry. HEX triplet: 8D, 17 and 4C. RGB value is (141,23,76). Sum of RGB (Red+Green+Blue) = 141+23+76=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D174C is #72E8B3. Grayscale: #404040. Windows color (decimal): -7530676 or 4986765. OLE color: 4986765.
HSL color Cylindrical-coordinate representation of color #8D174C: hue angle of 333.05º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D174C is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 23 | 76 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.45 |
| HSL | 333.05º | 0.72% | 0.32% | - |
| HSV(B) | 333.05º | 0.84% | 0.55% | - |
| XYZ | 12.6 | 6.8 | 7.49 | - |
| YUV | 64.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 23 | 76 | 0 | 0.84 | 0.46 | 0.45 | 333.05 | 0.72 | 0.32 |
| Hex | 8D | 17 | 4C | 0 | 54 | 2E | 2D | 14D | 48 | 20 |
| Octal | 215 | 27 | 114 | 0 | 124 | 56 | 55 | 515 | 110 | 40 |
| Binary | 10001101 | 10111 | 1001100 | 0 | 1010100 | 101110 | 101101 | 101001101 | 1001000 | 100000 |
Color Harmonies of #8D174C
Complementary color
Monochromatic Colors of #8D174C
Black with #8D174C
Text Example
Text Example
White with #8D174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D174C; }
p { color: rgb(141,23,76); }
H1.HeaderClassName
{
color: #8D174C;
}
.AnyTagClassName
{
color: #8D174C;
}
</style>
background-color css
<style>
a { background-color: #8D174C; }
a { background-color: rgb(141,23,76); }
div.DivClassName
{
background-color: #8D174C;
}
.BgClassName
{
background-color: #8D174C;
}
</style>
border-color css
<style>
span { border-color: #8D174C; }
span { border-color: rgb(141,23,76); }
td.TdClassName
{
border-color: #8D174C;
}
.TagClassName
{
border-color: #8D174C;
}
</style>