Shades of Rose Bud Cherry #7E2C61
Tints of Rose Bud Cherry #7E2C61
RGB
CMYK
RGB Variations
Color information
#7E2C61 (or 0x7E2C61) is known color: Rose Bud Cherry. HEX triplet: 7E, 2C and 61. RGB value is (126,44,97). Sum of RGB (Red+Green+Blue) = 126+44+97=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2C61 is #81D39E. Grayscale: #4A4A4A. Windows color (decimal): -8508319 or 6368382. OLE color: 6368382.
HSL color Cylindrical-coordinate representation of color #7E2C61: hue angle of 321.22º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E2C61 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 44 | 97 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.51 |
| HSL | 321.22º | 0.48% | 0.33% | - |
| HSV(B) | 321.22º | 0.65% | 0.49% | - |
| XYZ | 11.66 | 7.1 | 12.07 | - |
| YUV | 74.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 97 | 0 | 0.65 | 0.23 | 0.51 | 321.22 | 0.48 | 0.33 |
| Hex | 7E | 2C | 61 | 0 | 41 | 17 | 33 | 141 | 30 | 21 |
| Octal | 176 | 54 | 141 | 0 | 101 | 27 | 63 | 501 | 60 | 41 |
| Binary | 1111110 | 101100 | 1100001 | 0 | 1000001 | 10111 | 110011 | 101000001 | 110000 | 100001 |
Color Harmonies of #7E2C61
Complementary color
Monochromatic Colors of #7E2C61
Black with #7E2C61
Text Example
Text Example
White with #7E2C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2C61; }
p { color: rgb(126,44,97); }
H1.HeaderClassName
{
color: #7E2C61;
}
.AnyTagClassName
{
color: #7E2C61;
}
</style>
background-color css
<style>
a { background-color: #7E2C61; }
a { background-color: rgb(126,44,97); }
div.DivClassName
{
background-color: #7E2C61;
}
.BgClassName
{
background-color: #7E2C61;
}
</style>
border-color css
<style>
span { border-color: #7E2C61; }
span { border-color: rgb(126,44,97); }
td.TdClassName
{
border-color: #7E2C61;
}
.TagClassName
{
border-color: #7E2C61;
}
</style>