Shades of Rose Bud Cherry #8C184D
Tints of Rose Bud Cherry #8C184D
RGB
CMYK
RGB Variations
Color information
#8C184D (or 0x8C184D) is known color: Rose Bud Cherry. HEX triplet: 8C, 18 and 4D. RGB value is (140,24,77). Sum of RGB (Red+Green+Blue) = 140+24+77=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C184D is #73E7B2. Grayscale: #404040. Windows color (decimal): -7595955 or 5052556. OLE color: 5052556.
HSL color Cylindrical-coordinate representation of color #8C184D: hue angle of 332.59º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C184D is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 77 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.45 |
| HSL | 332.59º | 0.71% | 0.32% | - |
| HSV(B) | 332.59º | 0.83% | 0.55% | - |
| XYZ | 12.48 | 6.76 | 7.67 | - |
| YUV | 64.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 77 | 0 | 0.83 | 0.45 | 0.45 | 332.59 | 0.71 | 0.32 |
| Hex | 8C | 18 | 4D | 0 | 53 | 2D | 2D | 14D | 47 | 20 |
| Octal | 214 | 30 | 115 | 0 | 123 | 55 | 55 | 515 | 107 | 40 |
| Binary | 10001100 | 11000 | 1001101 | 0 | 1010011 | 101101 | 101101 | 101001101 | 1000111 | 100000 |
Color Harmonies of #8C184D
Complementary color
Monochromatic Colors of #8C184D
Black with #8C184D
Text Example
Text Example
White with #8C184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C184D; }
p { color: rgb(140,24,77); }
H1.HeaderClassName
{
color: #8C184D;
}
.AnyTagClassName
{
color: #8C184D;
}
</style>
background-color css
<style>
a { background-color: #8C184D; }
a { background-color: rgb(140,24,77); }
div.DivClassName
{
background-color: #8C184D;
}
.BgClassName
{
background-color: #8C184D;
}
</style>
border-color css
<style>
span { border-color: #8C184D; }
span { border-color: rgb(140,24,77); }
td.TdClassName
{
border-color: #8C184D;
}
.TagClassName
{
border-color: #8C184D;
}
</style>