Shades of Rose Bud Cherry #8A345B
Tints of Rose Bud Cherry #8A345B
RGB
CMYK
RGB Variations
Color information
#8A345B (or 0x8A345B) is known color: Rose Bud Cherry. HEX triplet: 8A, 34 and 5B. RGB value is (138,52,91). Sum of RGB (Red+Green+Blue) = 138+52+91=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A345B is #75CBA4. Grayscale: #525252. Windows color (decimal): -7719845 or 5977226. OLE color: 5977226.
HSL color Cylindrical-coordinate representation of color #8A345B: hue angle of 332.79º 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 #8A345B is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 52 | 91 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.46 |
| HSL | 332.79º | 0.45% | 0.37% | - |
| HSV(B) | 332.79º | 0.62% | 0.54% | - |
| XYZ | 13.6 | 8.61 | 10.84 | - |
| YUV | 82.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 52 | 91 | 0 | 0.62 | 0.34 | 0.46 | 332.79 | 0.45 | 0.37 |
| Hex | 8A | 34 | 5B | 0 | 3E | 22 | 2E | 14D | 2D | 25 |
| Octal | 212 | 64 | 133 | 0 | 76 | 42 | 56 | 515 | 55 | 45 |
| Binary | 10001010 | 110100 | 1011011 | 0 | 111110 | 100010 | 101110 | 101001101 | 101101 | 100101 |
Color Harmonies of #8A345B
Complementary color
Monochromatic Colors of #8A345B
Black with #8A345B
Text Example
Text Example
White with #8A345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A345B; }
p { color: rgb(138,52,91); }
H1.HeaderClassName
{
color: #8A345B;
}
.AnyTagClassName
{
color: #8A345B;
}
</style>
background-color css
<style>
a { background-color: #8A345B; }
a { background-color: rgb(138,52,91); }
div.DivClassName
{
background-color: #8A345B;
}
.BgClassName
{
background-color: #8A345B;
}
</style>
border-color css
<style>
span { border-color: #8A345B; }
span { border-color: rgb(138,52,91); }
td.TdClassName
{
border-color: #8A345B;
}
.TagClassName
{
border-color: #8A345B;
}
</style>