Shades of Rose Bud Cherry #8A2054
Tints of Rose Bud Cherry #8A2054
RGB
CMYK
RGB Variations
Color information
#8A2054 (or 0x8A2054) is known color: Rose Bud Cherry. HEX triplet: 8A, 20 and 54. RGB value is (138,32,84). Sum of RGB (Red+Green+Blue) = 138+32+84=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2054 is #75DFAB. Grayscale: #454545. Windows color (decimal): -7724972 or 5513354. OLE color: 5513354.
HSL color Cylindrical-coordinate representation of color #8A2054: hue angle of 330.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A2054 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 32 | 84 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.46 |
| HSL | 330.57º | 0.62% | 0.33% | - |
| HSV(B) | 330.57º | 0.77% | 0.54% | - |
| XYZ | 12.6 | 7.08 | 9.09 | - |
| YUV | 69.62 | 136.12 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 32 | 84 | 0 | 0.77 | 0.39 | 0.46 | 330.57 | 0.62 | 0.33 |
| Hex | 8A | 20 | 54 | 0 | 4D | 27 | 2E | 14B | 3E | 21 |
| Octal | 212 | 40 | 124 | 0 | 115 | 47 | 56 | 513 | 76 | 41 |
| Binary | 10001010 | 100000 | 1010100 | 0 | 1001101 | 100111 | 101110 | 101001011 | 111110 | 100001 |
Color Harmonies of #8A2054
Complementary color
Monochromatic Colors of #8A2054
Black with #8A2054
Text Example
Text Example
White with #8A2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2054; }
p { color: rgb(138,32,84); }
H1.HeaderClassName
{
color: #8A2054;
}
.AnyTagClassName
{
color: #8A2054;
}
</style>
background-color css
<style>
a { background-color: #8A2054; }
a { background-color: rgb(138,32,84); }
div.DivClassName
{
background-color: #8A2054;
}
.BgClassName
{
background-color: #8A2054;
}
</style>
border-color css
<style>
span { border-color: #8A2054; }
span { border-color: rgb(138,32,84); }
td.TdClassName
{
border-color: #8A2054;
}
.TagClassName
{
border-color: #8A2054;
}
</style>