Shades of Rose Bud Cherry #8D265F
Tints of Rose Bud Cherry #8D265F
RGB
CMYK
RGB Variations
Color information
#8D265F (or 0x8D265F) is known color: Rose Bud Cherry. HEX triplet: 8D, 26 and 5F. RGB value is (141,38,95). Sum of RGB (Red+Green+Blue) = 141+38+95=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D265F is #72D9A0. Grayscale: #4B4B4B. Windows color (decimal): -7526817 or 6235789. OLE color: 6235789.
HSL color Cylindrical-coordinate representation of color #8D265F: hue angle of 326.8º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D265F is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 38 | 95 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.45 |
| HSL | 326.8º | 0.58% | 0.35% | - |
| HSV(B) | 326.8º | 0.73% | 0.55% | - |
| XYZ | 13.74 | 7.88 | 11.62 | - |
| YUV | 75.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 95 | 0 | 0.73 | 0.33 | 0.45 | 326.8 | 0.58 | 0.35 |
| Hex | 8D | 26 | 5F | 0 | 49 | 21 | 2D | 147 | 3A | 23 |
| Octal | 215 | 46 | 137 | 0 | 111 | 41 | 55 | 507 | 72 | 43 |
| Binary | 10001101 | 100110 | 1011111 | 0 | 1001001 | 100001 | 101101 | 101000111 | 111010 | 100011 |
Color Harmonies of #8D265F
Complementary color
Monochromatic Colors of #8D265F
Black with #8D265F
Text Example
Text Example
White with #8D265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D265F; }
p { color: rgb(141,38,95); }
H1.HeaderClassName
{
color: #8D265F;
}
.AnyTagClassName
{
color: #8D265F;
}
</style>
background-color css
<style>
a { background-color: #8D265F; }
a { background-color: rgb(141,38,95); }
div.DivClassName
{
background-color: #8D265F;
}
.BgClassName
{
background-color: #8D265F;
}
</style>
border-color css
<style>
span { border-color: #8D265F; }
span { border-color: rgb(141,38,95); }
td.TdClassName
{
border-color: #8D265F;
}
.TagClassName
{
border-color: #8D265F;
}
</style>