Shades of Rose Bud Cherry #8A2660
Tints of Rose Bud Cherry #8A2660
RGB
CMYK
RGB Variations
Color information
#8A2660 (or 0x8A2660) is known color: Rose Bud Cherry. HEX triplet: 8A, 26 and 60. RGB value is (138,38,96). Sum of RGB (Red+Green+Blue) = 138+38+96=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2660 is #75D99F. Grayscale: #4A4A4A. Windows color (decimal): -7723424 or 6301322. OLE color: 6301322.
HSL color Cylindrical-coordinate representation of color #8A2660: hue angle of 325.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2660 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 38 | 96 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.46 |
| HSL | 325.2º | 0.57% | 0.35% | - |
| HSV(B) | 325.2º | 0.72% | 0.54% | - |
| XYZ | 13.29 | 7.63 | 11.84 | - |
| YUV | 74.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 38 | 96 | 0 | 0.72 | 0.30 | 0.46 | 325.2 | 0.57 | 0.35 |
| Hex | 8A | 26 | 60 | 0 | 48 | 1E | 2E | 145 | 39 | 23 |
| Octal | 212 | 46 | 140 | 0 | 110 | 36 | 56 | 505 | 71 | 43 |
| Binary | 10001010 | 100110 | 1100000 | 0 | 1001000 | 11110 | 101110 | 101000101 | 111001 | 100011 |
Color Harmonies of #8A2660
Complementary color
Monochromatic Colors of #8A2660
Black with #8A2660
Text Example
Text Example
White with #8A2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2660; }
p { color: rgb(138,38,96); }
H1.HeaderClassName
{
color: #8A2660;
}
.AnyTagClassName
{
color: #8A2660;
}
</style>
background-color css
<style>
a { background-color: #8A2660; }
a { background-color: rgb(138,38,96); }
div.DivClassName
{
background-color: #8A2660;
}
.BgClassName
{
background-color: #8A2660;
}
</style>
border-color css
<style>
span { border-color: #8A2660; }
span { border-color: rgb(138,38,96); }
td.TdClassName
{
border-color: #8A2660;
}
.TagClassName
{
border-color: #8A2660;
}
</style>