Shades of Rose Bud Cherry #8A184D
Tints of Rose Bud Cherry #8A184D
RGB
CMYK
RGB Variations
Color information
#8A184D (or 0x8A184D) is known color: Rose Bud Cherry. HEX triplet: 8A, 18 and 4D. RGB value is (138,24,77). Sum of RGB (Red+Green+Blue) = 138+24+77=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A184D is #75E7B2. Grayscale: #404040. Windows color (decimal): -7727027 or 5052554. OLE color: 5052554.
HSL color Cylindrical-coordinate representation of color #8A184D: hue angle of 332.11º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A184D is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 77 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.46 |
| HSL | 332.11º | 0.7% | 0.32% | - |
| HSV(B) | 332.11º | 0.83% | 0.54% | - |
| XYZ | 12.15 | 6.59 | 7.65 | - |
| YUV | 64.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 77 | 0 | 0.83 | 0.44 | 0.46 | 332.11 | 0.7 | 0.32 |
| Hex | 8A | 18 | 4D | 0 | 53 | 2C | 2E | 14C | 46 | 20 |
| Octal | 212 | 30 | 115 | 0 | 123 | 54 | 56 | 514 | 106 | 40 |
| Binary | 10001010 | 11000 | 1001101 | 0 | 1010011 | 101100 | 101110 | 101001100 | 1000110 | 100000 |
Color Harmonies of #8A184D
Complementary color
Monochromatic Colors of #8A184D
Black with #8A184D
Text Example
Text Example
White with #8A184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A184D; }
p { color: rgb(138,24,77); }
H1.HeaderClassName
{
color: #8A184D;
}
.AnyTagClassName
{
color: #8A184D;
}
</style>
background-color css
<style>
a { background-color: #8A184D; }
a { background-color: rgb(138,24,77); }
div.DivClassName
{
background-color: #8A184D;
}
.BgClassName
{
background-color: #8A184D;
}
</style>
border-color css
<style>
span { border-color: #8A184D; }
span { border-color: rgb(138,24,77); }
td.TdClassName
{
border-color: #8A184D;
}
.TagClassName
{
border-color: #8A184D;
}
</style>