Shades of Rose Bud Cherry #7E3463
Tints of Rose Bud Cherry #7E3463
RGB
CMYK
RGB Variations
Color information
#7E3463 (or 0x7E3463) is known color: Rose Bud Cherry. HEX triplet: 7E, 34 and 63. RGB value is (126,52,99). Sum of RGB (Red+Green+Blue) = 126+52+99=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3463 is #81CB9C. Grayscale: #4F4F4F. Windows color (decimal): -8506269 or 6501502. OLE color: 6501502.
HSL color Cylindrical-coordinate representation of color #7E3463: hue angle of 321.89º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E3463 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 52 | 99 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.51 |
| HSL | 321.89º | 0.42% | 0.35% | - |
| HSV(B) | 321.89º | 0.59% | 0.49% | - |
| XYZ | 12.08 | 7.79 | 12.67 | - |
| YUV | 79.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 99 | 0 | 0.59 | 0.21 | 0.51 | 321.89 | 0.42 | 0.35 |
| Hex | 7E | 34 | 63 | 0 | 3B | 15 | 33 | 142 | 2A | 23 |
| Octal | 176 | 64 | 143 | 0 | 73 | 25 | 63 | 502 | 52 | 43 |
| Binary | 1111110 | 110100 | 1100011 | 0 | 111011 | 10101 | 110011 | 101000010 | 101010 | 100011 |
Color Harmonies of #7E3463
Complementary color
Monochromatic Colors of #7E3463
Black with #7E3463
Text Example
Text Example
White with #7E3463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3463; }
p { color: rgb(126,52,99); }
H1.HeaderClassName
{
color: #7E3463;
}
.AnyTagClassName
{
color: #7E3463;
}
</style>
background-color css
<style>
a { background-color: #7E3463; }
a { background-color: rgb(126,52,99); }
div.DivClassName
{
background-color: #7E3463;
}
.BgClassName
{
background-color: #7E3463;
}
</style>
border-color css
<style>
span { border-color: #7E3463; }
span { border-color: rgb(126,52,99); }
td.TdClassName
{
border-color: #7E3463;
}
.TagClassName
{
border-color: #7E3463;
}
</style>