Shades of Rose Bud Cherry #7F295B
Tints of Rose Bud Cherry #7F295B
RGB
CMYK
RGB Variations
Color information
#7F295B (or 0x7F295B) is known color: Rose Bud Cherry. HEX triplet: 7F, 29 and 5B. RGB value is (127,41,91). Sum of RGB (Red+Green+Blue) = 127+41+91=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F295B is #80D6A4. Grayscale: #484848. Windows color (decimal): -8443557 or 5974399. OLE color: 5974399.
HSL color Cylindrical-coordinate representation of color #7F295B: hue angle of 325.12º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F295B is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 41 | 91 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.50 |
| HSL | 325.12º | 0.51% | 0.33% | - |
| HSV(B) | 325.12º | 0.68% | 0.5% | - |
| XYZ | 11.43 | 6.85 | 10.62 | - |
| YUV | 72.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 91 | 0 | 0.68 | 0.28 | 0.50 | 325.12 | 0.51 | 0.33 |
| Hex | 7F | 29 | 5B | 0 | 44 | 1C | 32 | 145 | 33 | 21 |
| Octal | 177 | 51 | 133 | 0 | 104 | 34 | 62 | 505 | 63 | 41 |
| Binary | 1111111 | 101001 | 1011011 | 0 | 1000100 | 11100 | 110010 | 101000101 | 110011 | 100001 |
Color Harmonies of #7F295B
Complementary color
Monochromatic Colors of #7F295B
Black with #7F295B
Text Example
Text Example
White with #7F295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F295B; }
p { color: rgb(127,41,91); }
H1.HeaderClassName
{
color: #7F295B;
}
.AnyTagClassName
{
color: #7F295B;
}
</style>
background-color css
<style>
a { background-color: #7F295B; }
a { background-color: rgb(127,41,91); }
div.DivClassName
{
background-color: #7F295B;
}
.BgClassName
{
background-color: #7F295B;
}
</style>
border-color css
<style>
span { border-color: #7F295B; }
span { border-color: rgb(127,41,91); }
td.TdClassName
{
border-color: #7F295B;
}
.TagClassName
{
border-color: #7F295B;
}
</style>