Shades of Rose Bud Cherry #8A2252
Tints of Rose Bud Cherry #8A2252
RGB
CMYK
RGB Variations
Color information
#8A2252 (or 0x8A2252) is known color: Rose Bud Cherry. HEX triplet: 8A, 22 and 52. RGB value is (138,34,82). Sum of RGB (Red+Green+Blue) = 138+34+82=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2252 is #75DDAD. Grayscale: #464646. Windows color (decimal): -7724462 or 5382794. OLE color: 5382794.
HSL color Cylindrical-coordinate representation of color #8A2252: hue angle of 332.31º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2252 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 34 | 82 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.46 |
| HSL | 332.31º | 0.6% | 0.34% | - |
| HSV(B) | 332.31º | 0.75% | 0.54% | - |
| XYZ | 12.58 | 7.16 | 8.7 | - |
| YUV | 70.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 82 | 0 | 0.75 | 0.41 | 0.46 | 332.31 | 0.6 | 0.34 |
| Hex | 8A | 22 | 52 | 0 | 4B | 29 | 2E | 14C | 3C | 22 |
| Octal | 212 | 42 | 122 | 0 | 113 | 51 | 56 | 514 | 74 | 42 |
| Binary | 10001010 | 100010 | 1010010 | 0 | 1001011 | 101001 | 101110 | 101001100 | 111100 | 100010 |
Color Harmonies of #8A2252
Complementary color
Monochromatic Colors of #8A2252
Black with #8A2252
Text Example
Text Example
White with #8A2252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2252; }
p { color: rgb(138,34,82); }
H1.HeaderClassName
{
color: #8A2252;
}
.AnyTagClassName
{
color: #8A2252;
}
</style>
background-color css
<style>
a { background-color: #8A2252; }
a { background-color: rgb(138,34,82); }
div.DivClassName
{
background-color: #8A2252;
}
.BgClassName
{
background-color: #8A2252;
}
</style>
border-color css
<style>
span { border-color: #8A2252; }
span { border-color: rgb(138,34,82); }
td.TdClassName
{
border-color: #8A2252;
}
.TagClassName
{
border-color: #8A2252;
}
</style>