Shades of Rose Bud Cherry #8A2D65
Tints of Rose Bud Cherry #8A2D65
RGB
CMYK
RGB Variations
Color information
#8A2D65 (or 0x8A2D65) is known color: Rose Bud Cherry. HEX triplet: 8A, 2D and 65. RGB value is (138,45,101). Sum of RGB (Red+Green+Blue) = 138+45+101=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2D65 is #75D29A. Grayscale: #4F4F4F. Windows color (decimal): -7721627 or 6630794. OLE color: 6630794.
HSL color Cylindrical-coordinate representation of color #8A2D65: hue angle of 323.87º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2D65 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 101 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.46 |
| HSL | 323.87º | 0.51% | 0.36% | - |
| HSV(B) | 323.87º | 0.67% | 0.54% | - |
| XYZ | 13.77 | 8.22 | 13.17 | - |
| YUV | 79.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 101 | 0 | 0.67 | 0.27 | 0.46 | 323.87 | 0.51 | 0.36 |
| Hex | 8A | 2D | 65 | 0 | 43 | 1B | 2E | 144 | 33 | 24 |
| Octal | 212 | 55 | 145 | 0 | 103 | 33 | 56 | 504 | 63 | 44 |
| Binary | 10001010 | 101101 | 1100101 | 0 | 1000011 | 11011 | 101110 | 101000100 | 110011 | 100100 |
Color Harmonies of #8A2D65
Complementary color
Monochromatic Colors of #8A2D65
Black with #8A2D65
Text Example
Text Example
White with #8A2D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D65; }
p { color: rgb(138,45,101); }
H1.HeaderClassName
{
color: #8A2D65;
}
.AnyTagClassName
{
color: #8A2D65;
}
</style>
background-color css
<style>
a { background-color: #8A2D65; }
a { background-color: rgb(138,45,101); }
div.DivClassName
{
background-color: #8A2D65;
}
.BgClassName
{
background-color: #8A2D65;
}
</style>
border-color css
<style>
span { border-color: #8A2D65; }
span { border-color: rgb(138,45,101); }
td.TdClassName
{
border-color: #8A2D65;
}
.TagClassName
{
border-color: #8A2D65;
}
</style>