Shades of Rose Bud Cherry #8A2650
Tints of Rose Bud Cherry #8A2650
RGB
CMYK
RGB Variations
Color information
#8A2650 (or 0x8A2650) is known color: Rose Bud Cherry. HEX triplet: 8A, 26 and 50. RGB value is (138,38,80). Sum of RGB (Red+Green+Blue) = 138+38+80=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2650 is #75D9AF. Grayscale: #484848. Windows color (decimal): -7723440 or 5252746. OLE color: 5252746.
HSL color Cylindrical-coordinate representation of color #8A2650: hue angle of 334.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2650 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 38 | 80 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.46 |
| HSL | 334.8º | 0.57% | 0.35% | - |
| HSV(B) | 334.8º | 0.72% | 0.54% | - |
| XYZ | 12.62 | 7.37 | 8.35 | - |
| YUV | 72.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 38 | 80 | 0 | 0.72 | 0.42 | 0.46 | 334.8 | 0.57 | 0.35 |
| Hex | 8A | 26 | 50 | 0 | 48 | 2A | 2E | 14F | 39 | 23 |
| Octal | 212 | 46 | 120 | 0 | 110 | 52 | 56 | 517 | 71 | 43 |
| Binary | 10001010 | 100110 | 1010000 | 0 | 1001000 | 101010 | 101110 | 101001111 | 111001 | 100011 |
Color Harmonies of #8A2650
Complementary color
Monochromatic Colors of #8A2650
Black with #8A2650
Text Example
Text Example
White with #8A2650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2650; }
p { color: rgb(138,38,80); }
H1.HeaderClassName
{
color: #8A2650;
}
.AnyTagClassName
{
color: #8A2650;
}
</style>
background-color css
<style>
a { background-color: #8A2650; }
a { background-color: rgb(138,38,80); }
div.DivClassName
{
background-color: #8A2650;
}
.BgClassName
{
background-color: #8A2650;
}
</style>
border-color css
<style>
span { border-color: #8A2650; }
span { border-color: rgb(138,38,80); }
td.TdClassName
{
border-color: #8A2650;
}
.TagClassName
{
border-color: #8A2650;
}
</style>