Shades of Rose Bud Cherry #8A3857
Tints of Rose Bud Cherry #8A3857
RGB
CMYK
RGB Variations
Color information
#8A3857 (or 0x8A3857) is known color: Rose Bud Cherry. HEX triplet: 8A, 38 and 57. RGB value is (138,56,87). Sum of RGB (Red+Green+Blue) = 138+56+87=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3857 is #75C7A8. Grayscale: #545454. Windows color (decimal): -7718825 or 5716106. OLE color: 5716106.
HSL color Cylindrical-coordinate representation of color #8A3857: hue angle of 337.32º 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 #8A3857 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 56 | 87 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.46 |
| HSL | 337.32º | 0.42% | 0.38% | - |
| HSV(B) | 337.32º | 0.59% | 0.54% | - |
| XYZ | 13.62 | 8.92 | 10.02 | - |
| YUV | 84.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 56 | 87 | 0 | 0.59 | 0.37 | 0.46 | 337.32 | 0.42 | 0.38 |
| Hex | 8A | 38 | 57 | 0 | 3B | 25 | 2E | 151 | 2A | 26 |
| Octal | 212 | 70 | 127 | 0 | 73 | 45 | 56 | 521 | 52 | 46 |
| Binary | 10001010 | 111000 | 1010111 | 0 | 111011 | 100101 | 101110 | 101010001 | 101010 | 100110 |
Color Harmonies of #8A3857
Complementary color
Monochromatic Colors of #8A3857
Black with #8A3857
Text Example
Text Example
White with #8A3857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3857; }
p { color: rgb(138,56,87); }
H1.HeaderClassName
{
color: #8A3857;
}
.AnyTagClassName
{
color: #8A3857;
}
</style>
background-color css
<style>
a { background-color: #8A3857; }
a { background-color: rgb(138,56,87); }
div.DivClassName
{
background-color: #8A3857;
}
.BgClassName
{
background-color: #8A3857;
}
</style>
border-color css
<style>
span { border-color: #8A3857; }
span { border-color: rgb(138,56,87); }
td.TdClassName
{
border-color: #8A3857;
}
.TagClassName
{
border-color: #8A3857;
}
</style>