Shades of Rose Bud Cherry #8A2361
Tints of Rose Bud Cherry #8A2361
RGB
CMYK
RGB Variations
Color information
#8A2361 (or 0x8A2361) is known color: Rose Bud Cherry. HEX triplet: 8A, 23 and 61. RGB value is (138,35,97). Sum of RGB (Red+Green+Blue) = 138+35+97=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2361 is #75DC9E. Grayscale: #484848. Windows color (decimal): -7724191 or 6366090. OLE color: 6366090.
HSL color Cylindrical-coordinate representation of color #8A2361: hue angle of 323.88º 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 #8A2361 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 35 | 97 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.46 |
| HSL | 323.88º | 0.6% | 0.34% | - |
| HSV(B) | 323.88º | 0.75% | 0.54% | - |
| XYZ | 13.24 | 7.47 | 12.05 | - |
| YUV | 72.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 35 | 97 | 0 | 0.75 | 0.30 | 0.46 | 323.88 | 0.6 | 0.34 |
| Hex | 8A | 23 | 61 | 0 | 4B | 1E | 2E | 144 | 3C | 22 |
| Octal | 212 | 43 | 141 | 0 | 113 | 36 | 56 | 504 | 74 | 42 |
| Binary | 10001010 | 100011 | 1100001 | 0 | 1001011 | 11110 | 101110 | 101000100 | 111100 | 100010 |
Color Harmonies of #8A2361
Complementary color
Monochromatic Colors of #8A2361
Black with #8A2361
Text Example
Text Example
White with #8A2361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2361; }
p { color: rgb(138,35,97); }
H1.HeaderClassName
{
color: #8A2361;
}
.AnyTagClassName
{
color: #8A2361;
}
</style>
background-color css
<style>
a { background-color: #8A2361; }
a { background-color: rgb(138,35,97); }
div.DivClassName
{
background-color: #8A2361;
}
.BgClassName
{
background-color: #8A2361;
}
</style>
border-color css
<style>
span { border-color: #8A2361; }
span { border-color: rgb(138,35,97); }
td.TdClassName
{
border-color: #8A2361;
}
.TagClassName
{
border-color: #8A2361;
}
</style>