Shades of Rose Bud Cherry #8A3064
Tints of Rose Bud Cherry #8A3064
RGB
CMYK
RGB Variations
Color information
#8A3064 (or 0x8A3064) is known color: Rose Bud Cherry. HEX triplet: 8A, 30 and 64. RGB value is (138,48,100). Sum of RGB (Red+Green+Blue) = 138+48+100=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3064 is #75CF9B. Grayscale: #505050. Windows color (decimal): -7720860 or 6566026. OLE color: 6566026.
HSL color Cylindrical-coordinate representation of color #8A3064: hue angle of 325.33º 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 #8A3064 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 100 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.46 |
| HSL | 325.33º | 0.48% | 0.36% | - |
| HSV(B) | 325.33º | 0.65% | 0.54% | - |
| XYZ | 13.84 | 8.44 | 12.96 | - |
| YUV | 80.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 100 | 0 | 0.65 | 0.28 | 0.46 | 325.33 | 0.48 | 0.36 |
| Hex | 8A | 30 | 64 | 0 | 41 | 1C | 2E | 145 | 30 | 24 |
| Octal | 212 | 60 | 144 | 0 | 101 | 34 | 56 | 505 | 60 | 44 |
| Binary | 10001010 | 110000 | 1100100 | 0 | 1000001 | 11100 | 101110 | 101000101 | 110000 | 100100 |
Color Harmonies of #8A3064
Complementary color
Monochromatic Colors of #8A3064
Black with #8A3064
Text Example
Text Example
White with #8A3064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3064; }
p { color: rgb(138,48,100); }
H1.HeaderClassName
{
color: #8A3064;
}
.AnyTagClassName
{
color: #8A3064;
}
</style>
background-color css
<style>
a { background-color: #8A3064; }
a { background-color: rgb(138,48,100); }
div.DivClassName
{
background-color: #8A3064;
}
.BgClassName
{
background-color: #8A3064;
}
</style>
border-color css
<style>
span { border-color: #8A3064; }
span { border-color: rgb(138,48,100); }
td.TdClassName
{
border-color: #8A3064;
}
.TagClassName
{
border-color: #8A3064;
}
</style>