Shades of Rose Bud Cherry #8A2E5D
Tints of Rose Bud Cherry #8A2E5D
RGB
CMYK
RGB Variations
Color information
#8A2E5D (or 0x8A2E5D) is known color: Rose Bud Cherry. HEX triplet: 8A, 2E and 5D. RGB value is (138,46,93). Sum of RGB (Red+Green+Blue) = 138+46+93=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2E5D is #75D1A2. Grayscale: #4E4E4E. Windows color (decimal): -7721379 or 6106762. OLE color: 6106762.
HSL color Cylindrical-coordinate representation of color #8A2E5D: hue angle of 329.35º 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 #8A2E5D is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 46 | 93 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.46 |
| HSL | 329.35º | 0.5% | 0.36% | - |
| HSV(B) | 329.35º | 0.67% | 0.54% | - |
| XYZ | 13.43 | 8.15 | 11.22 | - |
| YUV | 78.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 93 | 0 | 0.67 | 0.33 | 0.46 | 329.35 | 0.5 | 0.36 |
| Hex | 8A | 2E | 5D | 0 | 43 | 21 | 2E | 149 | 32 | 24 |
| Octal | 212 | 56 | 135 | 0 | 103 | 41 | 56 | 511 | 62 | 44 |
| Binary | 10001010 | 101110 | 1011101 | 0 | 1000011 | 100001 | 101110 | 101001001 | 110010 | 100100 |
Color Harmonies of #8A2E5D
Complementary color
Monochromatic Colors of #8A2E5D
Black with #8A2E5D
Text Example
Text Example
White with #8A2E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2E5D; }
p { color: rgb(138,46,93); }
H1.HeaderClassName
{
color: #8A2E5D;
}
.AnyTagClassName
{
color: #8A2E5D;
}
</style>
background-color css
<style>
a { background-color: #8A2E5D; }
a { background-color: rgb(138,46,93); }
div.DivClassName
{
background-color: #8A2E5D;
}
.BgClassName
{
background-color: #8A2E5D;
}
</style>
border-color css
<style>
span { border-color: #8A2E5D; }
span { border-color: rgb(138,46,93); }
td.TdClassName
{
border-color: #8A2E5D;
}
.TagClassName
{
border-color: #8A2E5D;
}
</style>