Shades of Rose Bud Cherry #8A3062
Tints of Rose Bud Cherry #8A3062
RGB
CMYK
RGB Variations
Color information
#8A3062 (or 0x8A3062) is known color: Rose Bud Cherry. HEX triplet: 8A, 30 and 62. RGB value is (138,48,98). Sum of RGB (Red+Green+Blue) = 138+48+98=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3062 is #75CF9D. Grayscale: #505050. Windows color (decimal): -7720862 or 6434954. OLE color: 6434954.
HSL color Cylindrical-coordinate representation of color #8A3062: hue angle of 326.67º 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 #8A3062 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 98 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.46 |
| HSL | 326.67º | 0.48% | 0.36% | - |
| HSV(B) | 326.67º | 0.65% | 0.54% | - |
| XYZ | 13.74 | 8.4 | 12.45 | - |
| YUV | 80.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 98 | 0 | 0.65 | 0.29 | 0.46 | 326.67 | 0.48 | 0.36 |
| Hex | 8A | 30 | 62 | 0 | 41 | 1D | 2E | 147 | 30 | 24 |
| Octal | 212 | 60 | 142 | 0 | 101 | 35 | 56 | 507 | 60 | 44 |
| Binary | 10001010 | 110000 | 1100010 | 0 | 1000001 | 11101 | 101110 | 101000111 | 110000 | 100100 |
Color Harmonies of #8A3062
Complementary color
Monochromatic Colors of #8A3062
Black with #8A3062
Text Example
Text Example
White with #8A3062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3062; }
p { color: rgb(138,48,98); }
H1.HeaderClassName
{
color: #8A3062;
}
.AnyTagClassName
{
color: #8A3062;
}
</style>
background-color css
<style>
a { background-color: #8A3062; }
a { background-color: rgb(138,48,98); }
div.DivClassName
{
background-color: #8A3062;
}
.BgClassName
{
background-color: #8A3062;
}
</style>
border-color css
<style>
span { border-color: #8A3062; }
span { border-color: rgb(138,48,98); }
td.TdClassName
{
border-color: #8A3062;
}
.TagClassName
{
border-color: #8A3062;
}
</style>