Shades of Rose Bud Cherry #8A2D56
Tints of Rose Bud Cherry #8A2D56
RGB
CMYK
RGB Variations
Color information
#8A2D56 (or 0x8A2D56) is known color: Rose Bud Cherry. HEX triplet: 8A, 2D and 56. RGB value is (138,45,86). Sum of RGB (Red+Green+Blue) = 138+45+86=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2D56 is #75D2A9. Grayscale: #4D4D4D. Windows color (decimal): -7721642 or 5647754. OLE color: 5647754.
HSL color Cylindrical-coordinate representation of color #8A2D56: hue angle of 333.55º 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 #8A2D56 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 86 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.46 |
| HSL | 333.55º | 0.51% | 0.36% | - |
| HSV(B) | 333.55º | 0.67% | 0.54% | - |
| XYZ | 13.1 | 7.95 | 9.65 | - |
| YUV | 77.48 | 132.81 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 86 | 0 | 0.67 | 0.38 | 0.46 | 333.55 | 0.51 | 0.36 |
| Hex | 8A | 2D | 56 | 0 | 43 | 26 | 2E | 14E | 33 | 24 |
| Octal | 212 | 55 | 126 | 0 | 103 | 46 | 56 | 516 | 63 | 44 |
| Binary | 10001010 | 101101 | 1010110 | 0 | 1000011 | 100110 | 101110 | 101001110 | 110011 | 100100 |
Color Harmonies of #8A2D56
Complementary color
Monochromatic Colors of #8A2D56
Black with #8A2D56
Text Example
Text Example
White with #8A2D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D56; }
p { color: rgb(138,45,86); }
H1.HeaderClassName
{
color: #8A2D56;
}
.AnyTagClassName
{
color: #8A2D56;
}
</style>
background-color css
<style>
a { background-color: #8A2D56; }
a { background-color: rgb(138,45,86); }
div.DivClassName
{
background-color: #8A2D56;
}
.BgClassName
{
background-color: #8A2D56;
}
</style>
border-color css
<style>
span { border-color: #8A2D56; }
span { border-color: rgb(138,45,86); }
td.TdClassName
{
border-color: #8A2D56;
}
.TagClassName
{
border-color: #8A2D56;
}
</style>