Shades of Rose Bud Cherry #8A3966
Tints of Rose Bud Cherry #8A3966
RGB
CMYK
RGB Variations
Color information
#8A3966 (or 0x8A3966) is known color: Rose Bud Cherry. HEX triplet: 8A, 39 and 66. RGB value is (138,57,102). Sum of RGB (Red+Green+Blue) = 138+57+102=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3966 is #75C699. Grayscale: #565656. Windows color (decimal): -7718554 or 6699402. OLE color: 6699402.
HSL color Cylindrical-coordinate representation of color #8A3966: hue angle of 326.67º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A3966 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 57 | 102 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.46 |
| HSL | 326.67º | 0.42% | 0.38% | - |
| HSV(B) | 326.67º | 0.59% | 0.54% | - |
| XYZ | 14.34 | 9.29 | 13.61 | - |
| YUV | 86.35 | 136.84 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 57 | 102 | 0 | 0.59 | 0.26 | 0.46 | 326.67 | 0.42 | 0.38 |
| Hex | 8A | 39 | 66 | 0 | 3B | 1A | 2E | 147 | 2A | 26 |
| Octal | 212 | 71 | 146 | 0 | 73 | 32 | 56 | 507 | 52 | 46 |
| Binary | 10001010 | 111001 | 1100110 | 0 | 111011 | 11010 | 101110 | 101000111 | 101010 | 100110 |
Color Harmonies of #8A3966
Complementary color
Monochromatic Colors of #8A3966
Black with #8A3966
Text Example
Text Example
White with #8A3966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3966; }
p { color: rgb(138,57,102); }
H1.HeaderClassName
{
color: #8A3966;
}
.AnyTagClassName
{
color: #8A3966;
}
</style>
background-color css
<style>
a { background-color: #8A3966; }
a { background-color: rgb(138,57,102); }
div.DivClassName
{
background-color: #8A3966;
}
.BgClassName
{
background-color: #8A3966;
}
</style>
border-color css
<style>
span { border-color: #8A3966; }
span { border-color: rgb(138,57,102); }
td.TdClassName
{
border-color: #8A3966;
}
.TagClassName
{
border-color: #8A3966;
}
</style>