Shades of Rose Bud Cherry #7F275E
Tints of Rose Bud Cherry #7F275E
RGB
CMYK
RGB Variations
Color information
#7F275E (or 0x7F275E) is known color: Rose Bud Cherry. HEX triplet: 7F, 27 and 5E. RGB value is (127,39,94). Sum of RGB (Red+Green+Blue) = 127+39+94=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F275E is #80D8A1. Grayscale: #474747. Windows color (decimal): -8444066 or 6170495. OLE color: 6170495.
HSL color Cylindrical-coordinate representation of color #7F275E: hue angle of 322.5º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F275E is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 39 | 94 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.50 |
| HSL | 322.5º | 0.53% | 0.33% | - |
| HSV(B) | 322.5º | 0.69% | 0.5% | - |
| XYZ | 11.5 | 6.77 | 11.29 | - |
| YUV | 71.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 39 | 94 | 0 | 0.69 | 0.26 | 0.50 | 322.5 | 0.53 | 0.33 |
| Hex | 7F | 27 | 5E | 0 | 45 | 1A | 32 | 142 | 35 | 21 |
| Octal | 177 | 47 | 136 | 0 | 105 | 32 | 62 | 502 | 65 | 41 |
| Binary | 1111111 | 100111 | 1011110 | 0 | 1000101 | 11010 | 110010 | 101000010 | 110101 | 100001 |
Color Harmonies of #7F275E
Complementary color
Monochromatic Colors of #7F275E
Black with #7F275E
Text Example
Text Example
White with #7F275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F275E; }
p { color: rgb(127,39,94); }
H1.HeaderClassName
{
color: #7F275E;
}
.AnyTagClassName
{
color: #7F275E;
}
</style>
background-color css
<style>
a { background-color: #7F275E; }
a { background-color: rgb(127,39,94); }
div.DivClassName
{
background-color: #7F275E;
}
.BgClassName
{
background-color: #7F275E;
}
</style>
border-color css
<style>
span { border-color: #7F275E; }
span { border-color: rgb(127,39,94); }
td.TdClassName
{
border-color: #7F275E;
}
.TagClassName
{
border-color: #7F275E;
}
</style>