Shades of Rose Bud Cherry #8A184E
Tints of Rose Bud Cherry #8A184E
RGB
CMYK
RGB Variations
Color information
#8A184E (or 0x8A184E) is known color: Rose Bud Cherry. HEX triplet: 8A, 18 and 4E. RGB value is (138,24,78). Sum of RGB (Red+Green+Blue) = 138+24+78=240 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.5% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 138 - color contains mainly: red. Hex color #8A184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A184E is #75E7B1. Grayscale: #404040. Windows color (decimal): -7727026 or 5118090. OLE color: 5118090.
HSL color Cylindrical-coordinate representation of color #8A184E: hue angle of 331.58º 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 #8A184E is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 78 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.46 |
| HSL | 331.58º | 0.7% | 0.32% | - |
| HSV(B) | 331.58º | 0.83% | 0.54% | - |
| XYZ | 12.18 | 6.61 | 7.84 | - |
| YUV | 64.24 | 135.77 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 78 | 0 | 0.83 | 0.43 | 0.46 | 331.58 | 0.7 | 0.32 |
| Hex | 8A | 18 | 4E | 0 | 53 | 2B | 2E | 14C | 46 | 20 |
| Octal | 212 | 30 | 116 | 0 | 123 | 53 | 56 | 514 | 106 | 40 |
| Binary | 10001010 | 11000 | 1001110 | 0 | 1010011 | 101011 | 101110 | 101001100 | 1000110 | 100000 |
Color Harmonies of #8A184E
Complementary color
Monochromatic Colors of #8A184E
Black with #8A184E
Text Example
Text Example
White with #8A184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A184E; }
p { color: rgb(138,24,78); }
H1.HeaderClassName
{
color: #8A184E;
}
.AnyTagClassName
{
color: #8A184E;
}
</style>
background-color css
<style>
a { background-color: #8A184E; }
a { background-color: rgb(138,24,78); }
div.DivClassName
{
background-color: #8A184E;
}
.BgClassName
{
background-color: #8A184E;
}
</style>
border-color css
<style>
span { border-color: #8A184E; }
span { border-color: rgb(138,24,78); }
td.TdClassName
{
border-color: #8A184E;
}
.TagClassName
{
border-color: #8A184E;
}
</style>