Shades of Rose Bud Cherry #8A2552
Tints of Rose Bud Cherry #8A2552
RGB
CMYK
RGB Variations
Color information
#8A2552 (or 0x8A2552) is known color: Rose Bud Cherry. HEX triplet: 8A, 25 and 52. RGB value is (138,37,82). Sum of RGB (Red+Green+Blue) = 138+37+82=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2552 is #75DAAD. Grayscale: #484848. Windows color (decimal): -7723694 or 5383562. OLE color: 5383562.
HSL color Cylindrical-coordinate representation of color #8A2552: hue angle of 333.27º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A2552 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 37 | 82 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.46 |
| HSL | 333.27º | 0.58% | 0.34% | - |
| HSV(B) | 333.27º | 0.73% | 0.54% | - |
| XYZ | 12.67 | 7.34 | 8.73 | - |
| YUV | 72.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 37 | 82 | 0 | 0.73 | 0.41 | 0.46 | 333.27 | 0.58 | 0.34 |
| Hex | 8A | 25 | 52 | 0 | 49 | 29 | 2E | 14D | 3A | 22 |
| Octal | 212 | 45 | 122 | 0 | 111 | 51 | 56 | 515 | 72 | 42 |
| Binary | 10001010 | 100101 | 1010010 | 0 | 1001001 | 101001 | 101110 | 101001101 | 111010 | 100010 |
Color Harmonies of #8A2552
Complementary color
Monochromatic Colors of #8A2552
Black with #8A2552
Text Example
Text Example
White with #8A2552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2552; }
p { color: rgb(138,37,82); }
H1.HeaderClassName
{
color: #8A2552;
}
.AnyTagClassName
{
color: #8A2552;
}
</style>
background-color css
<style>
a { background-color: #8A2552; }
a { background-color: rgb(138,37,82); }
div.DivClassName
{
background-color: #8A2552;
}
.BgClassName
{
background-color: #8A2552;
}
</style>
border-color css
<style>
span { border-color: #8A2552; }
span { border-color: rgb(138,37,82); }
td.TdClassName
{
border-color: #8A2552;
}
.TagClassName
{
border-color: #8A2552;
}
</style>