Shades of Rose Bud Cherry #7F215E
Tints of Rose Bud Cherry #7F215E
RGB
CMYK
RGB Variations
Color information
#7F215E (or 0x7F215E) is known color: Rose Bud Cherry. HEX triplet: 7F, 21 and 5E. RGB value is (127,33,94). Sum of RGB (Red+Green+Blue) = 127+33+94=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F215E is #80DEA1. Grayscale: #434343. Windows color (decimal): -8445602 or 6168959. OLE color: 6168959.
HSL color Cylindrical-coordinate representation of color #7F215E: hue angle of 321.06º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F215E is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 33 | 94 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.50 |
| HSL | 321.06º | 0.59% | 0.31% | - |
| HSV(B) | 321.06º | 0.74% | 0.5% | - |
| XYZ | 11.32 | 6.41 | 11.23 | - |
| YUV | 68.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 94 | 0 | 0.74 | 0.26 | 0.50 | 321.06 | 0.59 | 0.31 |
| Hex | 7F | 21 | 5E | 0 | 4A | 1A | 32 | 141 | 3B | 1F |
| Octal | 177 | 41 | 136 | 0 | 112 | 32 | 62 | 501 | 73 | 37 |
| Binary | 1111111 | 100001 | 1011110 | 0 | 1001010 | 11010 | 110010 | 101000001 | 111011 | 11111 |
Color Harmonies of #7F215E
Complementary color
Monochromatic Colors of #7F215E
Black with #7F215E
Text Example
Text Example
White with #7F215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F215E; }
p { color: rgb(127,33,94); }
H1.HeaderClassName
{
color: #7F215E;
}
.AnyTagClassName
{
color: #7F215E;
}
</style>
background-color css
<style>
a { background-color: #7F215E; }
a { background-color: rgb(127,33,94); }
div.DivClassName
{
background-color: #7F215E;
}
.BgClassName
{
background-color: #7F215E;
}
</style>
border-color css
<style>
span { border-color: #7F215E; }
span { border-color: rgb(127,33,94); }
td.TdClassName
{
border-color: #7F215E;
}
.TagClassName
{
border-color: #7F215E;
}
</style>