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