Shades of Rose Bud Cherry #8A2E5B
Tints of Rose Bud Cherry #8A2E5B
RGB
CMYK
RGB Variations
Color information
#8A2E5B (or 0x8A2E5B) is known color: Rose Bud Cherry. HEX triplet: 8A, 2E and 5B. RGB value is (138,46,91). Sum of RGB (Red+Green+Blue) = 138+46+91=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2E5B is #75D1A4. Grayscale: #4E4E4E. Windows color (decimal): -7721381 or 5975690. OLE color: 5975690.
HSL color Cylindrical-coordinate representation of color #8A2E5B: hue angle of 330.65º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2E5B is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 46 | 91 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.46 |
| HSL | 330.65º | 0.5% | 0.36% | - |
| HSV(B) | 330.65º | 0.67% | 0.54% | - |
| XYZ | 13.35 | 8.11 | 10.76 | - |
| YUV | 78.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 91 | 0 | 0.67 | 0.34 | 0.46 | 330.65 | 0.5 | 0.36 |
| Hex | 8A | 2E | 5B | 0 | 43 | 22 | 2E | 14B | 32 | 24 |
| Octal | 212 | 56 | 133 | 0 | 103 | 42 | 56 | 513 | 62 | 44 |
| Binary | 10001010 | 101110 | 1011011 | 0 | 1000011 | 100010 | 101110 | 101001011 | 110010 | 100100 |
Color Harmonies of #8A2E5B
Complementary color
Monochromatic Colors of #8A2E5B
Black with #8A2E5B
Text Example
Text Example
White with #8A2E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2E5B; }
p { color: rgb(138,46,91); }
H1.HeaderClassName
{
color: #8A2E5B;
}
.AnyTagClassName
{
color: #8A2E5B;
}
</style>
background-color css
<style>
a { background-color: #8A2E5B; }
a { background-color: rgb(138,46,91); }
div.DivClassName
{
background-color: #8A2E5B;
}
.BgClassName
{
background-color: #8A2E5B;
}
</style>
border-color css
<style>
span { border-color: #8A2E5B; }
span { border-color: rgb(138,46,91); }
td.TdClassName
{
border-color: #8A2E5B;
}
.TagClassName
{
border-color: #8A2E5B;
}
</style>