Shades of Rose Bud Cherry #8A2859
Tints of Rose Bud Cherry #8A2859
RGB
CMYK
RGB Variations
Color information
#8A2859 (or 0x8A2859) is known color: Rose Bud Cherry. HEX triplet: 8A, 28 and 59. RGB value is (138,40,89). Sum of RGB (Red+Green+Blue) = 138+40+89=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2859 is #75D7A6. Grayscale: #4A4A4A. Windows color (decimal): -7722919 or 5843082. OLE color: 5843082.
HSL color Cylindrical-coordinate representation of color #8A2859: hue angle of 330º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A2859 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 40 | 89 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.46 |
| HSL | 330º | 0.55% | 0.35% | - |
| HSV(B) | 330º | 0.71% | 0.54% | - |
| XYZ | 13.04 | 7.64 | 10.24 | - |
| YUV | 74.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 40 | 89 | 0 | 0.71 | 0.36 | 0.46 | 330 | 0.55 | 0.35 |
| Hex | 8A | 28 | 59 | 0 | 47 | 24 | 2E | 14A | 37 | 23 |
| Octal | 212 | 50 | 131 | 0 | 107 | 44 | 56 | 512 | 67 | 43 |
| Binary | 10001010 | 101000 | 1011001 | 0 | 1000111 | 100100 | 101110 | 101001010 | 110111 | 100011 |
Color Harmonies of #8A2859
Complementary color
Monochromatic Colors of #8A2859
Black with #8A2859
Text Example
Text Example
White with #8A2859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2859; }
p { color: rgb(138,40,89); }
H1.HeaderClassName
{
color: #8A2859;
}
.AnyTagClassName
{
color: #8A2859;
}
</style>
background-color css
<style>
a { background-color: #8A2859; }
a { background-color: rgb(138,40,89); }
div.DivClassName
{
background-color: #8A2859;
}
.BgClassName
{
background-color: #8A2859;
}
</style>
border-color css
<style>
span { border-color: #8A2859; }
span { border-color: rgb(138,40,89); }
td.TdClassName
{
border-color: #8A2859;
}
.TagClassName
{
border-color: #8A2859;
}
</style>