Shades of Rose Bud Cherry #8A3060
Tints of Rose Bud Cherry #8A3060
RGB
CMYK
RGB Variations
Color information
#8A3060 (or 0x8A3060) is known color: Rose Bud Cherry. HEX triplet: 8A, 30 and 60. RGB value is (138,48,96). Sum of RGB (Red+Green+Blue) = 138+48+96=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3060 is #75CF9F. Grayscale: #505050. Windows color (decimal): -7720864 or 6303882. OLE color: 6303882.
HSL color Cylindrical-coordinate representation of color #8A3060: hue angle of 328º 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 #8A3060 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 96 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.46 |
| HSL | 328º | 0.48% | 0.36% | - |
| HSV(B) | 328º | 0.65% | 0.54% | - |
| XYZ | 13.65 | 8.36 | 11.96 | - |
| YUV | 80.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 96 | 0 | 0.65 | 0.30 | 0.46 | 328 | 0.48 | 0.36 |
| Hex | 8A | 30 | 60 | 0 | 41 | 1E | 2E | 148 | 30 | 24 |
| Octal | 212 | 60 | 140 | 0 | 101 | 36 | 56 | 510 | 60 | 44 |
| Binary | 10001010 | 110000 | 1100000 | 0 | 1000001 | 11110 | 101110 | 101001000 | 110000 | 100100 |
Color Harmonies of #8A3060
Complementary color
Monochromatic Colors of #8A3060
Black with #8A3060
Text Example
Text Example
White with #8A3060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3060; }
p { color: rgb(138,48,96); }
H1.HeaderClassName
{
color: #8A3060;
}
.AnyTagClassName
{
color: #8A3060;
}
</style>
background-color css
<style>
a { background-color: #8A3060; }
a { background-color: rgb(138,48,96); }
div.DivClassName
{
background-color: #8A3060;
}
.BgClassName
{
background-color: #8A3060;
}
</style>
border-color css
<style>
span { border-color: #8A3060; }
span { border-color: rgb(138,48,96); }
td.TdClassName
{
border-color: #8A3060;
}
.TagClassName
{
border-color: #8A3060;
}
</style>