Shades of Rose Bud Cherry #8A2D57
Tints of Rose Bud Cherry #8A2D57
RGB
CMYK
RGB Variations
Color information
#8A2D57 (or 0x8A2D57) is known color: Rose Bud Cherry. HEX triplet: 8A, 2D and 57. RGB value is (138,45,87). Sum of RGB (Red+Green+Blue) = 138+45+87=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2D57 is #75D2A8. Grayscale: #4D4D4D. Windows color (decimal): -7721641 or 5713290. OLE color: 5713290.
HSL color Cylindrical-coordinate representation of color #8A2D57: hue angle of 332.9º degrees, saturation: 0.51, 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 #8A2D57 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 87 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.46 |
| HSL | 332.9º | 0.51% | 0.36% | - |
| HSV(B) | 332.9º | 0.67% | 0.54% | - |
| XYZ | 13.14 | 7.97 | 9.86 | - |
| YUV | 77.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 87 | 0 | 0.67 | 0.37 | 0.46 | 332.9 | 0.51 | 0.36 |
| Hex | 8A | 2D | 57 | 0 | 43 | 25 | 2E | 14D | 33 | 24 |
| Octal | 212 | 55 | 127 | 0 | 103 | 45 | 56 | 515 | 63 | 44 |
| Binary | 10001010 | 101101 | 1010111 | 0 | 1000011 | 100101 | 101110 | 101001101 | 110011 | 100100 |
Color Harmonies of #8A2D57
Complementary color
Monochromatic Colors of #8A2D57
Black with #8A2D57
Text Example
Text Example
White with #8A2D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D57; }
p { color: rgb(138,45,87); }
H1.HeaderClassName
{
color: #8A2D57;
}
.AnyTagClassName
{
color: #8A2D57;
}
</style>
background-color css
<style>
a { background-color: #8A2D57; }
a { background-color: rgb(138,45,87); }
div.DivClassName
{
background-color: #8A2D57;
}
.BgClassName
{
background-color: #8A2D57;
}
</style>
border-color css
<style>
span { border-color: #8A2D57; }
span { border-color: rgb(138,45,87); }
td.TdClassName
{
border-color: #8A2D57;
}
.TagClassName
{
border-color: #8A2D57;
}
</style>