Shades of Rose Bud Cherry #8F164D
Tints of Rose Bud Cherry #8F164D
RGB
CMYK
RGB Variations
Color information
#8F164D (or 0x8F164D) is known color: Rose Bud Cherry. HEX triplet: 8F, 16 and 4D. RGB value is (143,22,77). Sum of RGB (Red+Green+Blue) = 143+22+77=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F164D is #70E9B2. Grayscale: #404040. Windows color (decimal): -7399859 or 5052047. OLE color: 5052047.
HSL color Cylindrical-coordinate representation of color #8F164D: hue angle of 332.73º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F164D is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 77 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.44 |
| HSL | 332.73º | 0.73% | 0.32% | - |
| HSV(B) | 332.73º | 0.85% | 0.56% | - |
| XYZ | 12.95 | 6.95 | 7.68 | - |
| YUV | 64.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 77 | 0 | 0.85 | 0.46 | 0.44 | 332.73 | 0.73 | 0.32 |
| Hex | 8F | 16 | 4D | 0 | 55 | 2E | 2C | 14D | 49 | 20 |
| Octal | 217 | 26 | 115 | 0 | 125 | 56 | 54 | 515 | 111 | 40 |
| Binary | 10001111 | 10110 | 1001101 | 0 | 1010101 | 101110 | 101100 | 101001101 | 1001001 | 100000 |
Color Harmonies of #8F164D
Complementary color
Monochromatic Colors of #8F164D
Black with #8F164D
Text Example
Text Example
White with #8F164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F164D; }
p { color: rgb(143,22,77); }
H1.HeaderClassName
{
color: #8F164D;
}
.AnyTagClassName
{
color: #8F164D;
}
</style>
background-color css
<style>
a { background-color: #8F164D; }
a { background-color: rgb(143,22,77); }
div.DivClassName
{
background-color: #8F164D;
}
.BgClassName
{
background-color: #8F164D;
}
</style>
border-color css
<style>
span { border-color: #8F164D; }
span { border-color: rgb(143,22,77); }
td.TdClassName
{
border-color: #8F164D;
}
.TagClassName
{
border-color: #8F164D;
}
</style>