Shades of Rose Bud Cherry #8A3054
Tints of Rose Bud Cherry #8A3054
RGB
CMYK
RGB Variations
Color information
#8A3054 (or 0x8A3054) is known color: Rose Bud Cherry. HEX triplet: 8A, 30 and 54. RGB value is (138,48,84). Sum of RGB (Red+Green+Blue) = 138+48+84=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3054 is #75CFAB. Grayscale: #4E4E4E. Windows color (decimal): -7720876 or 5517450. OLE color: 5517450.
HSL color Cylindrical-coordinate representation of color #8A3054: hue angle of 336º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3054 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 84 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.46 |
| HSL | 336º | 0.48% | 0.36% | - |
| HSV(B) | 336º | 0.65% | 0.54% | - |
| XYZ | 13.14 | 8.16 | 9.27 | - |
| YUV | 79.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 84 | 0 | 0.65 | 0.39 | 0.46 | 336 | 0.48 | 0.36 |
| Hex | 8A | 30 | 54 | 0 | 41 | 27 | 2E | 150 | 30 | 24 |
| Octal | 212 | 60 | 124 | 0 | 101 | 47 | 56 | 520 | 60 | 44 |
| Binary | 10001010 | 110000 | 1010100 | 0 | 1000001 | 100111 | 101110 | 101010000 | 110000 | 100100 |
Color Harmonies of #8A3054
Complementary color
Monochromatic Colors of #8A3054
Black with #8A3054
Text Example
Text Example
White with #8A3054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3054; }
p { color: rgb(138,48,84); }
H1.HeaderClassName
{
color: #8A3054;
}
.AnyTagClassName
{
color: #8A3054;
}
</style>
background-color css
<style>
a { background-color: #8A3054; }
a { background-color: rgb(138,48,84); }
div.DivClassName
{
background-color: #8A3054;
}
.BgClassName
{
background-color: #8A3054;
}
</style>
border-color css
<style>
span { border-color: #8A3054; }
span { border-color: rgb(138,48,84); }
td.TdClassName
{
border-color: #8A3054;
}
.TagClassName
{
border-color: #8A3054;
}
</style>