Shades of Rose Bud Cherry #8A3861
Tints of Rose Bud Cherry #8A3861
RGB
CMYK
RGB Variations
Color information
#8A3861 (or 0x8A3861) is known color: Rose Bud Cherry. HEX triplet: 8A, 38 and 61. RGB value is (138,56,97). Sum of RGB (Red+Green+Blue) = 138+56+97=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3861 is #75C79E. Grayscale: #555555. Windows color (decimal): -7718815 or 6371466. OLE color: 6371466.
HSL color Cylindrical-coordinate representation of color #8A3861: hue angle of 330º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A3861 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 56 | 97 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.46 |
| HSL | 330º | 0.42% | 0.38% | - |
| HSV(B) | 330º | 0.59% | 0.54% | - |
| XYZ | 14.05 | 9.09 | 12.32 | - |
| YUV | 85.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 56 | 97 | 0 | 0.59 | 0.30 | 0.46 | 330 | 0.42 | 0.38 |
| Hex | 8A | 38 | 61 | 0 | 3B | 1E | 2E | 14A | 2A | 26 |
| Octal | 212 | 70 | 141 | 0 | 73 | 36 | 56 | 512 | 52 | 46 |
| Binary | 10001010 | 111000 | 1100001 | 0 | 111011 | 11110 | 101110 | 101001010 | 101010 | 100110 |
Color Harmonies of #8A3861
Complementary color
Monochromatic Colors of #8A3861
Black with #8A3861
Text Example
Text Example
White with #8A3861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3861; }
p { color: rgb(138,56,97); }
H1.HeaderClassName
{
color: #8A3861;
}
.AnyTagClassName
{
color: #8A3861;
}
</style>
background-color css
<style>
a { background-color: #8A3861; }
a { background-color: rgb(138,56,97); }
div.DivClassName
{
background-color: #8A3861;
}
.BgClassName
{
background-color: #8A3861;
}
</style>
border-color css
<style>
span { border-color: #8A3861; }
span { border-color: rgb(138,56,97); }
td.TdClassName
{
border-color: #8A3861;
}
.TagClassName
{
border-color: #8A3861;
}
</style>