Shades of Rose Bud Cherry #8A3766
Tints of Rose Bud Cherry #8A3766
RGB
CMYK
RGB Variations
Color information
#8A3766 (or 0x8A3766) is known color: Rose Bud Cherry. HEX triplet: 8A, 37 and 66. RGB value is (138,55,102). Sum of RGB (Red+Green+Blue) = 138+55+102=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3766 is #75C899. Grayscale: #555555. Windows color (decimal): -7719066 or 6698890. OLE color: 6698890.
HSL color Cylindrical-coordinate representation of color #8A3766: hue angle of 326.02º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A3766 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 55 | 102 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.46 |
| HSL | 326.02º | 0.43% | 0.38% | - |
| HSV(B) | 326.02º | 0.6% | 0.54% | - |
| XYZ | 14.25 | 9.09 | 13.58 | - |
| YUV | 85.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 55 | 102 | 0 | 0.60 | 0.26 | 0.46 | 326.02 | 0.43 | 0.38 |
| Hex | 8A | 37 | 66 | 0 | 3C | 1A | 2E | 146 | 2B | 26 |
| Octal | 212 | 67 | 146 | 0 | 74 | 32 | 56 | 506 | 53 | 46 |
| Binary | 10001010 | 110111 | 1100110 | 0 | 111100 | 11010 | 101110 | 101000110 | 101011 | 100110 |
Color Harmonies of #8A3766
Complementary color
Monochromatic Colors of #8A3766
Black with #8A3766
Text Example
Text Example
White with #8A3766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3766; }
p { color: rgb(138,55,102); }
H1.HeaderClassName
{
color: #8A3766;
}
.AnyTagClassName
{
color: #8A3766;
}
</style>
background-color css
<style>
a { background-color: #8A3766; }
a { background-color: rgb(138,55,102); }
div.DivClassName
{
background-color: #8A3766;
}
.BgClassName
{
background-color: #8A3766;
}
</style>
border-color css
<style>
span { border-color: #8A3766; }
span { border-color: rgb(138,55,102); }
td.TdClassName
{
border-color: #8A3766;
}
.TagClassName
{
border-color: #8A3766;
}
</style>