Shades of Rose Bud Cherry #8C1751
Tints of Rose Bud Cherry #8C1751
RGB
CMYK
RGB Variations
Color information
#8C1751 (or 0x8C1751) is known color: Rose Bud Cherry. HEX triplet: 8C, 17 and 51. RGB value is (140,23,81). Sum of RGB (Red+Green+Blue) = 140+23+81=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1751 is #73E8AE. Grayscale: #404040. Windows color (decimal): -7596207 or 5314444. OLE color: 5314444.
HSL color Cylindrical-coordinate representation of color #8C1751: hue angle of 330.26º 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 #8C1751 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 81 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.45 |
| HSL | 330.26º | 0.72% | 0.32% | - |
| HSV(B) | 330.26º | 0.84% | 0.55% | - |
| XYZ | 12.61 | 6.78 | 8.43 | - |
| YUV | 64.6 | 137.26 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 81 | 0 | 0.84 | 0.42 | 0.45 | 330.26 | 0.72 | 0.32 |
| Hex | 8C | 17 | 51 | 0 | 54 | 2A | 2D | 14A | 48 | 20 |
| Octal | 214 | 27 | 121 | 0 | 124 | 52 | 55 | 512 | 110 | 40 |
| Binary | 10001100 | 10111 | 1010001 | 0 | 1010100 | 101010 | 101101 | 101001010 | 1001000 | 100000 |
Color Harmonies of #8C1751
Complementary color
Monochromatic Colors of #8C1751
Black with #8C1751
Text Example
Text Example
White with #8C1751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1751; }
p { color: rgb(140,23,81); }
H1.HeaderClassName
{
color: #8C1751;
}
.AnyTagClassName
{
color: #8C1751;
}
</style>
background-color css
<style>
a { background-color: #8C1751; }
a { background-color: rgb(140,23,81); }
div.DivClassName
{
background-color: #8C1751;
}
.BgClassName
{
background-color: #8C1751;
}
</style>
border-color css
<style>
span { border-color: #8C1751; }
span { border-color: rgb(140,23,81); }
td.TdClassName
{
border-color: #8C1751;
}
.TagClassName
{
border-color: #8C1751;
}
</style>