Shades of Rose Bud Cherry #8A2456
Tints of Rose Bud Cherry #8A2456
RGB
CMYK
RGB Variations
Color information
#8A2456 (or 0x8A2456) is known color: Rose Bud Cherry. HEX triplet: 8A, 24 and 56. RGB value is (138,36,86). Sum of RGB (Red+Green+Blue) = 138+36+86=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2456 is #75DBA9. Grayscale: #484848. Windows color (decimal): -7723946 or 5645450. OLE color: 5645450.
HSL color Cylindrical-coordinate representation of color #8A2456: hue angle of 330.59º 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 #8A2456 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 36 | 86 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.46 |
| HSL | 330.59º | 0.59% | 0.34% | - |
| HSV(B) | 330.59º | 0.74% | 0.54% | - |
| XYZ | 12.79 | 7.34 | 9.55 | - |
| YUV | 72.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 36 | 86 | 0 | 0.74 | 0.38 | 0.46 | 330.59 | 0.59 | 0.34 |
| Hex | 8A | 24 | 56 | 0 | 4A | 26 | 2E | 14B | 3B | 22 |
| Octal | 212 | 44 | 126 | 0 | 112 | 46 | 56 | 513 | 73 | 42 |
| Binary | 10001010 | 100100 | 1010110 | 0 | 1001010 | 100110 | 101110 | 101001011 | 111011 | 100010 |
Color Harmonies of #8A2456
Complementary color
Monochromatic Colors of #8A2456
Black with #8A2456
Text Example
Text Example
White with #8A2456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2456; }
p { color: rgb(138,36,86); }
H1.HeaderClassName
{
color: #8A2456;
}
.AnyTagClassName
{
color: #8A2456;
}
</style>
background-color css
<style>
a { background-color: #8A2456; }
a { background-color: rgb(138,36,86); }
div.DivClassName
{
background-color: #8A2456;
}
.BgClassName
{
background-color: #8A2456;
}
</style>
border-color css
<style>
span { border-color: #8A2456; }
span { border-color: rgb(138,36,86); }
td.TdClassName
{
border-color: #8A2456;
}
.TagClassName
{
border-color: #8A2456;
}
</style>