Shades of Rose Bud Cherry #8A3057
Tints of Rose Bud Cherry #8A3057
RGB
CMYK
RGB Variations
Color information
#8A3057 (or 0x8A3057) is known color: Rose Bud Cherry. HEX triplet: 8A, 30 and 57. RGB value is (138,48,87). Sum of RGB (Red+Green+Blue) = 138+48+87=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3057 is #75CFA8. Grayscale: #4F4F4F. Windows color (decimal): -7720873 or 5714058. OLE color: 5714058.
HSL color Cylindrical-coordinate representation of color #8A3057: hue angle of 334º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3057 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 87 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.46 |
| HSL | 334º | 0.48% | 0.36% | - |
| HSV(B) | 334º | 0.65% | 0.54% | - |
| XYZ | 13.26 | 8.21 | 9.9 | - |
| YUV | 79.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 87 | 0 | 0.65 | 0.37 | 0.46 | 334 | 0.48 | 0.36 |
| Hex | 8A | 30 | 57 | 0 | 41 | 25 | 2E | 14E | 30 | 24 |
| Octal | 212 | 60 | 127 | 0 | 101 | 45 | 56 | 516 | 60 | 44 |
| Binary | 10001010 | 110000 | 1010111 | 0 | 1000001 | 100101 | 101110 | 101001110 | 110000 | 100100 |
Color Harmonies of #8A3057
Complementary color
Monochromatic Colors of #8A3057
Black with #8A3057
Text Example
Text Example
White with #8A3057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3057; }
p { color: rgb(138,48,87); }
H1.HeaderClassName
{
color: #8A3057;
}
.AnyTagClassName
{
color: #8A3057;
}
</style>
background-color css
<style>
a { background-color: #8A3057; }
a { background-color: rgb(138,48,87); }
div.DivClassName
{
background-color: #8A3057;
}
.BgClassName
{
background-color: #8A3057;
}
</style>
border-color css
<style>
span { border-color: #8A3057; }
span { border-color: rgb(138,48,87); }
td.TdClassName
{
border-color: #8A3057;
}
.TagClassName
{
border-color: #8A3057;
}
</style>