Shades of Rose Bud Cherry #8A2C61
Tints of Rose Bud Cherry #8A2C61
RGB
CMYK
RGB Variations
Color information
#8A2C61 (or 0x8A2C61) is known color: Rose Bud Cherry. HEX triplet: 8A, 2C and 61. RGB value is (138,44,97). Sum of RGB (Red+Green+Blue) = 138+44+97=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2C61 is #75D39E. Grayscale: #4E4E4E. Windows color (decimal): -7721887 or 6368394. OLE color: 6368394.
HSL color Cylindrical-coordinate representation of color #8A2C61: hue angle of 326.17º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A2C61 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 44 | 97 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.46 |
| HSL | 326.17º | 0.52% | 0.36% | - |
| HSV(B) | 326.17º | 0.68% | 0.54% | - |
| XYZ | 13.54 | 8.07 | 12.15 | - |
| YUV | 78.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 44 | 97 | 0 | 0.68 | 0.30 | 0.46 | 326.17 | 0.52 | 0.36 |
| Hex | 8A | 2C | 61 | 0 | 44 | 1E | 2E | 146 | 34 | 24 |
| Octal | 212 | 54 | 141 | 0 | 104 | 36 | 56 | 506 | 64 | 44 |
| Binary | 10001010 | 101100 | 1100001 | 0 | 1000100 | 11110 | 101110 | 101000110 | 110100 | 100100 |
Color Harmonies of #8A2C61
Complementary color
Monochromatic Colors of #8A2C61
Black with #8A2C61
Text Example
Text Example
White with #8A2C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2C61; }
p { color: rgb(138,44,97); }
H1.HeaderClassName
{
color: #8A2C61;
}
.AnyTagClassName
{
color: #8A2C61;
}
</style>
background-color css
<style>
a { background-color: #8A2C61; }
a { background-color: rgb(138,44,97); }
div.DivClassName
{
background-color: #8A2C61;
}
.BgClassName
{
background-color: #8A2C61;
}
</style>
border-color css
<style>
span { border-color: #8A2C61; }
span { border-color: rgb(138,44,97); }
td.TdClassName
{
border-color: #8A2C61;
}
.TagClassName
{
border-color: #8A2C61;
}
</style>