Shades of Rose Bud Cherry #8A3862
Tints of Rose Bud Cherry #8A3862
RGB
CMYK
RGB Variations
Color information
#8A3862 (or 0x8A3862) is known color: Rose Bud Cherry. HEX triplet: 8A, 38 and 62. RGB value is (138,56,98). Sum of RGB (Red+Green+Blue) = 138+56+98=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3862 is #75C79D. Grayscale: #555555. Windows color (decimal): -7718814 or 6437002. OLE color: 6437002.
HSL color Cylindrical-coordinate representation of color #8A3862: hue angle of 329.27º 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 #8A3862 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 56 | 98 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.46 |
| HSL | 329.27º | 0.42% | 0.38% | - |
| HSV(B) | 329.27º | 0.59% | 0.54% | - |
| XYZ | 14.1 | 9.11 | 12.57 | - |
| YUV | 85.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 56 | 98 | 0 | 0.59 | 0.29 | 0.46 | 329.27 | 0.42 | 0.38 |
| Hex | 8A | 38 | 62 | 0 | 3B | 1D | 2E | 149 | 2A | 26 |
| Octal | 212 | 70 | 142 | 0 | 73 | 35 | 56 | 511 | 52 | 46 |
| Binary | 10001010 | 111000 | 1100010 | 0 | 111011 | 11101 | 101110 | 101001001 | 101010 | 100110 |
Color Harmonies of #8A3862
Complementary color
Monochromatic Colors of #8A3862
Black with #8A3862
Text Example
Text Example
White with #8A3862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3862; }
p { color: rgb(138,56,98); }
H1.HeaderClassName
{
color: #8A3862;
}
.AnyTagClassName
{
color: #8A3862;
}
</style>
background-color css
<style>
a { background-color: #8A3862; }
a { background-color: rgb(138,56,98); }
div.DivClassName
{
background-color: #8A3862;
}
.BgClassName
{
background-color: #8A3862;
}
</style>
border-color css
<style>
span { border-color: #8A3862; }
span { border-color: rgb(138,56,98); }
td.TdClassName
{
border-color: #8A3862;
}
.TagClassName
{
border-color: #8A3862;
}
</style>