Shades of Rose Bud Cherry #8A3561
Tints of Rose Bud Cherry #8A3561
RGB
CMYK
RGB Variations
Color information
#8A3561 (or 0x8A3561) is known color: Rose Bud Cherry. HEX triplet: 8A, 35 and 61. RGB value is (138,53,97). Sum of RGB (Red+Green+Blue) = 138+53+97=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3561 is #75CA9E. Grayscale: #535353. Windows color (decimal): -7719583 or 6370698. OLE color: 6370698.
HSL color Cylindrical-coordinate representation of color #8A3561: hue angle of 328.94º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A3561 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 53 | 97 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.46 |
| HSL | 328.94º | 0.45% | 0.37% | - |
| HSV(B) | 328.94º | 0.62% | 0.54% | - |
| XYZ | 13.91 | 8.81 | 12.28 | - |
| YUV | 83.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 53 | 97 | 0 | 0.62 | 0.30 | 0.46 | 328.94 | 0.45 | 0.37 |
| Hex | 8A | 35 | 61 | 0 | 3E | 1E | 2E | 149 | 2D | 25 |
| Octal | 212 | 65 | 141 | 0 | 76 | 36 | 56 | 511 | 55 | 45 |
| Binary | 10001010 | 110101 | 1100001 | 0 | 111110 | 11110 | 101110 | 101001001 | 101101 | 100101 |
Color Harmonies of #8A3561
Complementary color
Monochromatic Colors of #8A3561
Black with #8A3561
Text Example
Text Example
White with #8A3561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3561; }
p { color: rgb(138,53,97); }
H1.HeaderClassName
{
color: #8A3561;
}
.AnyTagClassName
{
color: #8A3561;
}
</style>
background-color css
<style>
a { background-color: #8A3561; }
a { background-color: rgb(138,53,97); }
div.DivClassName
{
background-color: #8A3561;
}
.BgClassName
{
background-color: #8A3561;
}
</style>
border-color css
<style>
span { border-color: #8A3561; }
span { border-color: rgb(138,53,97); }
td.TdClassName
{
border-color: #8A3561;
}
.TagClassName
{
border-color: #8A3561;
}
</style>