Shades of Rose Bud Cherry #8A2A59
Tints of Rose Bud Cherry #8A2A59
RGB
CMYK
RGB Variations
Color information
#8A2A59 (or 0x8A2A59) is known color: Rose Bud Cherry. HEX triplet: 8A, 2A and 59. RGB value is (138,42,89). Sum of RGB (Red+Green+Blue) = 138+42+89=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2A59 is #75D5A6. Grayscale: #4B4B4B. Windows color (decimal): -7722407 or 5843594. OLE color: 5843594.
HSL color Cylindrical-coordinate representation of color #8A2A59: hue angle of 330.62º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A2A59 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 42 | 89 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.46 |
| HSL | 330.63º | 0.53% | 0.35% | - |
| HSV(B) | 330.63º | 0.7% | 0.54% | - |
| XYZ | 13.11 | 7.78 | 10.26 | - |
| YUV | 76.06 | 135.3 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 89 | 0 | 0.70 | 0.36 | 0.46 | 330.63 | 0.53 | 0.35 |
| Hex | 8A | 2A | 59 | 0 | 46 | 24 | 2E | 14B | 35 | 23 |
| Octal | 212 | 52 | 131 | 0 | 106 | 44 | 56 | 513 | 65 | 43 |
| Binary | 10001010 | 101010 | 1011001 | 0 | 1000110 | 100100 | 101110 | 101001011 | 110101 | 100011 |
Color Harmonies of #8A2A59
Complementary color
Monochromatic Colors of #8A2A59
Black with #8A2A59
Text Example
Text Example
White with #8A2A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2A59; }
p { color: rgb(138,42,89); }
H1.HeaderClassName
{
color: #8A2A59;
}
.AnyTagClassName
{
color: #8A2A59;
}
</style>
background-color css
<style>
a { background-color: #8A2A59; }
a { background-color: rgb(138,42,89); }
div.DivClassName
{
background-color: #8A2A59;
}
.BgClassName
{
background-color: #8A2A59;
}
</style>
border-color css
<style>
span { border-color: #8A2A59; }
span { border-color: rgb(138,42,89); }
td.TdClassName
{
border-color: #8A2A59;
}
.TagClassName
{
border-color: #8A2A59;
}
</style>