Shades of Rose Bud Cherry #8A2452
Tints of Rose Bud Cherry #8A2452
RGB
CMYK
RGB Variations
Color information
#8A2452 (or 0x8A2452) is known color: Rose Bud Cherry. HEX triplet: 8A, 24 and 52. RGB value is (138,36,82). Sum of RGB (Red+Green+Blue) = 138+36+82=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2452 is #75DBAD. Grayscale: #474747. Windows color (decimal): -7723950 or 5383306. OLE color: 5383306.
HSL color Cylindrical-coordinate representation of color #8A2452: hue angle of 332.94º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A2452 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 36 | 82 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.46 |
| HSL | 332.94º | 0.59% | 0.34% | - |
| HSV(B) | 332.94º | 0.74% | 0.54% | - |
| XYZ | 12.64 | 7.27 | 8.72 | - |
| YUV | 71.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 36 | 82 | 0 | 0.74 | 0.41 | 0.46 | 332.94 | 0.59 | 0.34 |
| Hex | 8A | 24 | 52 | 0 | 4A | 29 | 2E | 14D | 3B | 22 |
| Octal | 212 | 44 | 122 | 0 | 112 | 51 | 56 | 515 | 73 | 42 |
| Binary | 10001010 | 100100 | 1010010 | 0 | 1001010 | 101001 | 101110 | 101001101 | 111011 | 100010 |
Color Harmonies of #8A2452
Complementary color
Monochromatic Colors of #8A2452
Black with #8A2452
Text Example
Text Example
White with #8A2452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2452; }
p { color: rgb(138,36,82); }
H1.HeaderClassName
{
color: #8A2452;
}
.AnyTagClassName
{
color: #8A2452;
}
</style>
background-color css
<style>
a { background-color: #8A2452; }
a { background-color: rgb(138,36,82); }
div.DivClassName
{
background-color: #8A2452;
}
.BgClassName
{
background-color: #8A2452;
}
</style>
border-color css
<style>
span { border-color: #8A2452; }
span { border-color: rgb(138,36,82); }
td.TdClassName
{
border-color: #8A2452;
}
.TagClassName
{
border-color: #8A2452;
}
</style>