Shades of Rose Bud Cherry #7F215C
Tints of Rose Bud Cherry #7F215C
RGB
CMYK
RGB Variations
Color information
#7F215C (or 0x7F215C) is known color: Rose Bud Cherry. HEX triplet: 7F, 21 and 5C. RGB value is (127,33,92). Sum of RGB (Red+Green+Blue) = 127+33+92=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F215C is #80DEA3. Grayscale: #434343. Windows color (decimal): -8445604 or 6037887. OLE color: 6037887.
HSL color Cylindrical-coordinate representation of color #7F215C: hue angle of 322.34º 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 #7F215C is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 33 | 92 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.50 |
| HSL | 322.34º | 0.59% | 0.31% | - |
| HSV(B) | 322.34º | 0.74% | 0.5% | - |
| XYZ | 11.23 | 6.37 | 10.76 | - |
| YUV | 67.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 92 | 0 | 0.74 | 0.28 | 0.50 | 322.34 | 0.59 | 0.31 |
| Hex | 7F | 21 | 5C | 0 | 4A | 1C | 32 | 142 | 3B | 1F |
| Octal | 177 | 41 | 134 | 0 | 112 | 34 | 62 | 502 | 73 | 37 |
| Binary | 1111111 | 100001 | 1011100 | 0 | 1001010 | 11100 | 110010 | 101000010 | 111011 | 11111 |
Color Harmonies of #7F215C
Complementary color
Monochromatic Colors of #7F215C
Black with #7F215C
Text Example
Text Example
White with #7F215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F215C; }
p { color: rgb(127,33,92); }
H1.HeaderClassName
{
color: #7F215C;
}
.AnyTagClassName
{
color: #7F215C;
}
</style>
background-color css
<style>
a { background-color: #7F215C; }
a { background-color: rgb(127,33,92); }
div.DivClassName
{
background-color: #7F215C;
}
.BgClassName
{
background-color: #7F215C;
}
</style>
border-color css
<style>
span { border-color: #7F215C; }
span { border-color: rgb(127,33,92); }
td.TdClassName
{
border-color: #7F215C;
}
.TagClassName
{
border-color: #7F215C;
}
</style>