Shades of Rose Bud Cherry #8A184C
Tints of Rose Bud Cherry #8A184C
RGB
CMYK
RGB Variations
Color information
#8A184C (or 0x8A184C) is known color: Rose Bud Cherry. HEX triplet: 8A, 18 and 4C. RGB value is (138,24,76). Sum of RGB (Red+Green+Blue) = 138+24+76=238 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.98% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 138 - color contains mainly: red. Hex color #8A184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A184C is #75E7B3. Grayscale: #3F3F3F. Windows color (decimal): -7727028 or 4987018. OLE color: 4987018.
HSL color Cylindrical-coordinate representation of color #8A184C: hue angle of 332.63º 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 #8A184C is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 76 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.46 |
| HSL | 332.63º | 0.7% | 0.32% | - |
| HSV(B) | 332.63º | 0.83% | 0.54% | - |
| XYZ | 12.11 | 6.58 | 7.47 | - |
| YUV | 64.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 76 | 0 | 0.83 | 0.45 | 0.46 | 332.63 | 0.7 | 0.32 |
| Hex | 8A | 18 | 4C | 0 | 53 | 2D | 2E | 14D | 46 | 20 |
| Octal | 212 | 30 | 114 | 0 | 123 | 55 | 56 | 515 | 106 | 40 |
| Binary | 10001010 | 11000 | 1001100 | 0 | 1010011 | 101101 | 101110 | 101001101 | 1000110 | 100000 |
Color Harmonies of #8A184C
Complementary color
Monochromatic Colors of #8A184C
Black with #8A184C
Text Example
Text Example
White with #8A184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A184C; }
p { color: rgb(138,24,76); }
H1.HeaderClassName
{
color: #8A184C;
}
.AnyTagClassName
{
color: #8A184C;
}
</style>
background-color css
<style>
a { background-color: #8A184C; }
a { background-color: rgb(138,24,76); }
div.DivClassName
{
background-color: #8A184C;
}
.BgClassName
{
background-color: #8A184C;
}
</style>
border-color css
<style>
span { border-color: #8A184C; }
span { border-color: rgb(138,24,76); }
td.TdClassName
{
border-color: #8A184C;
}
.TagClassName
{
border-color: #8A184C;
}
</style>