Shades of Rose Bud Cherry #8C174C
Tints of Rose Bud Cherry #8C174C
RGB
CMYK
RGB Variations
Color information
#8C174C (or 0x8C174C) is known color: Rose Bud Cherry. HEX triplet: 8C, 17 and 4C. RGB value is (140,23,76). Sum of RGB (Red+Green+Blue) = 140+23+76=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C174C is #73E8B3. Grayscale: #3F3F3F. Windows color (decimal): -7596212 or 4986764. OLE color: 4986764.
HSL color Cylindrical-coordinate representation of color #8C174C: hue angle of 332.82º 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 #8C174C is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 76 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.45 |
| HSL | 332.82º | 0.72% | 0.32% | - |
| HSV(B) | 332.82º | 0.84% | 0.55% | - |
| XYZ | 12.43 | 6.71 | 7.48 | - |
| YUV | 64.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 76 | 0 | 0.84 | 0.46 | 0.45 | 332.82 | 0.72 | 0.32 |
| Hex | 8C | 17 | 4C | 0 | 54 | 2E | 2D | 14D | 48 | 20 |
| Octal | 214 | 27 | 114 | 0 | 124 | 56 | 55 | 515 | 110 | 40 |
| Binary | 10001100 | 10111 | 1001100 | 0 | 1010100 | 101110 | 101101 | 101001101 | 1001000 | 100000 |
Color Harmonies of #8C174C
Complementary color
Monochromatic Colors of #8C174C
Black with #8C174C
Text Example
Text Example
White with #8C174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C174C; }
p { color: rgb(140,23,76); }
H1.HeaderClassName
{
color: #8C174C;
}
.AnyTagClassName
{
color: #8C174C;
}
</style>
background-color css
<style>
a { background-color: #8C174C; }
a { background-color: rgb(140,23,76); }
div.DivClassName
{
background-color: #8C174C;
}
.BgClassName
{
background-color: #8C174C;
}
</style>
border-color css
<style>
span { border-color: #8C174C; }
span { border-color: rgb(140,23,76); }
td.TdClassName
{
border-color: #8C174C;
}
.TagClassName
{
border-color: #8C174C;
}
</style>