Shades of Rose Bud Cherry #8A3065
Tints of Rose Bud Cherry #8A3065
RGB
CMYK
RGB Variations
Color information
#8A3065 (or 0x8A3065) is known color: Rose Bud Cherry. HEX triplet: 8A, 30 and 65. RGB value is (138,48,101). Sum of RGB (Red+Green+Blue) = 138+48+101=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3065 is #75CF9A. Grayscale: #505050. Windows color (decimal): -7720859 or 6631562. OLE color: 6631562.
HSL color Cylindrical-coordinate representation of color #8A3065: hue angle of 324.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 #8A3065 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 101 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.46 |
| HSL | 324.67º | 0.48% | 0.36% | - |
| HSV(B) | 324.67º | 0.65% | 0.54% | - |
| XYZ | 13.89 | 8.46 | 13.21 | - |
| YUV | 80.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 101 | 0 | 0.65 | 0.27 | 0.46 | 324.67 | 0.48 | 0.36 |
| Hex | 8A | 30 | 65 | 0 | 41 | 1B | 2E | 145 | 30 | 24 |
| Octal | 212 | 60 | 145 | 0 | 101 | 33 | 56 | 505 | 60 | 44 |
| Binary | 10001010 | 110000 | 1100101 | 0 | 1000001 | 11011 | 101110 | 101000101 | 110000 | 100100 |
Color Harmonies of #8A3065
Complementary color
Monochromatic Colors of #8A3065
Black with #8A3065
Text Example
Text Example
White with #8A3065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3065; }
p { color: rgb(138,48,101); }
H1.HeaderClassName
{
color: #8A3065;
}
.AnyTagClassName
{
color: #8A3065;
}
</style>
background-color css
<style>
a { background-color: #8A3065; }
a { background-color: rgb(138,48,101); }
div.DivClassName
{
background-color: #8A3065;
}
.BgClassName
{
background-color: #8A3065;
}
</style>
border-color css
<style>
span { border-color: #8A3065; }
span { border-color: rgb(138,48,101); }
td.TdClassName
{
border-color: #8A3065;
}
.TagClassName
{
border-color: #8A3065;
}
</style>