Shades of Rose Bud Cherry #8D265B
Tints of Rose Bud Cherry #8D265B
RGB
CMYK
RGB Variations
Color information
#8D265B (or 0x8D265B) is known color: Rose Bud Cherry. HEX triplet: 8D, 26 and 5B. RGB value is (141,38,91). Sum of RGB (Red+Green+Blue) = 141+38+91=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D265B is #72D9A4. Grayscale: #4A4A4A. Windows color (decimal): -7526821 or 5973645. OLE color: 5973645.
HSL color Cylindrical-coordinate representation of color #8D265B: hue angle of 329.13º 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 #8D265B is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 38 | 91 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.45 |
| HSL | 329.13º | 0.58% | 0.35% | - |
| HSV(B) | 329.13º | 0.73% | 0.55% | - |
| XYZ | 13.57 | 7.8 | 10.69 | - |
| YUV | 74.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 91 | 0 | 0.73 | 0.35 | 0.45 | 329.13 | 0.58 | 0.35 |
| Hex | 8D | 26 | 5B | 0 | 49 | 23 | 2D | 149 | 3A | 23 |
| Octal | 215 | 46 | 133 | 0 | 111 | 43 | 55 | 511 | 72 | 43 |
| Binary | 10001101 | 100110 | 1011011 | 0 | 1001001 | 100011 | 101101 | 101001001 | 111010 | 100011 |
Color Harmonies of #8D265B
Complementary color
Monochromatic Colors of #8D265B
Black with #8D265B
Text Example
Text Example
White with #8D265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D265B; }
p { color: rgb(141,38,91); }
H1.HeaderClassName
{
color: #8D265B;
}
.AnyTagClassName
{
color: #8D265B;
}
</style>
background-color css
<style>
a { background-color: #8D265B; }
a { background-color: rgb(141,38,91); }
div.DivClassName
{
background-color: #8D265B;
}
.BgClassName
{
background-color: #8D265B;
}
</style>
border-color css
<style>
span { border-color: #8D265B; }
span { border-color: rgb(141,38,91); }
td.TdClassName
{
border-color: #8D265B;
}
.TagClassName
{
border-color: #8D265B;
}
</style>