Shades of Rose Bud Cherry #8A3052
Tints of Rose Bud Cherry #8A3052
RGB
CMYK
RGB Variations
Color information
#8A3052 (or 0x8A3052) is known color: Rose Bud Cherry. HEX triplet: 8A, 30 and 52. RGB value is (138,48,82). Sum of RGB (Red+Green+Blue) = 138+48+82=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3052 is #75CFAD. Grayscale: #4E4E4E. Windows color (decimal): -7720878 or 5386378. OLE color: 5386378.
HSL color Cylindrical-coordinate representation of color #8A3052: hue angle of 337.33º 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 #8A3052 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 82 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.46 |
| HSL | 337.33º | 0.48% | 0.36% | - |
| HSV(B) | 337.33º | 0.65% | 0.54% | - |
| XYZ | 13.06 | 8.13 | 8.86 | - |
| YUV | 78.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 82 | 0 | 0.65 | 0.41 | 0.46 | 337.33 | 0.48 | 0.36 |
| Hex | 8A | 30 | 52 | 0 | 41 | 29 | 2E | 151 | 30 | 24 |
| Octal | 212 | 60 | 122 | 0 | 101 | 51 | 56 | 521 | 60 | 44 |
| Binary | 10001010 | 110000 | 1010010 | 0 | 1000001 | 101001 | 101110 | 101010001 | 110000 | 100100 |
Color Harmonies of #8A3052
Complementary color
Monochromatic Colors of #8A3052
Black with #8A3052
Text Example
Text Example
White with #8A3052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3052; }
p { color: rgb(138,48,82); }
H1.HeaderClassName
{
color: #8A3052;
}
.AnyTagClassName
{
color: #8A3052;
}
</style>
background-color css
<style>
a { background-color: #8A3052; }
a { background-color: rgb(138,48,82); }
div.DivClassName
{
background-color: #8A3052;
}
.BgClassName
{
background-color: #8A3052;
}
</style>
border-color css
<style>
span { border-color: #8A3052; }
span { border-color: rgb(138,48,82); }
td.TdClassName
{
border-color: #8A3052;
}
.TagClassName
{
border-color: #8A3052;
}
</style>