Shades of Rose Bud Cherry #8A2250
Tints of Rose Bud Cherry #8A2250
RGB
CMYK
RGB Variations
Color information
#8A2250 (or 0x8A2250) is known color: Rose Bud Cherry. HEX triplet: 8A, 22 and 50. RGB value is (138,34,80). Sum of RGB (Red+Green+Blue) = 138+34+80=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2250 is #75DDAF. Grayscale: #464646. Windows color (decimal): -7724464 or 5251722. OLE color: 5251722.
HSL color Cylindrical-coordinate representation of color #8A2250: hue angle of 333.46º 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 #8A2250 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 34 | 80 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.46 |
| HSL | 333.46º | 0.6% | 0.34% | - |
| HSV(B) | 333.46º | 0.75% | 0.54% | - |
| XYZ | 12.5 | 7.13 | 8.31 | - |
| YUV | 70.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 80 | 0 | 0.75 | 0.42 | 0.46 | 333.46 | 0.6 | 0.34 |
| Hex | 8A | 22 | 50 | 0 | 4B | 2A | 2E | 14D | 3C | 22 |
| Octal | 212 | 42 | 120 | 0 | 113 | 52 | 56 | 515 | 74 | 42 |
| Binary | 10001010 | 100010 | 1010000 | 0 | 1001011 | 101010 | 101110 | 101001101 | 111100 | 100010 |
Color Harmonies of #8A2250
Complementary color
Monochromatic Colors of #8A2250
Black with #8A2250
Text Example
Text Example
White with #8A2250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2250; }
p { color: rgb(138,34,80); }
H1.HeaderClassName
{
color: #8A2250;
}
.AnyTagClassName
{
color: #8A2250;
}
</style>
background-color css
<style>
a { background-color: #8A2250; }
a { background-color: rgb(138,34,80); }
div.DivClassName
{
background-color: #8A2250;
}
.BgClassName
{
background-color: #8A2250;
}
</style>
border-color css
<style>
span { border-color: #8A2250; }
span { border-color: rgb(138,34,80); }
td.TdClassName
{
border-color: #8A2250;
}
.TagClassName
{
border-color: #8A2250;
}
</style>