Shades of Rose Bud Cherry #7F285E
Tints of Rose Bud Cherry #7F285E
RGB
CMYK
RGB Variations
Color information
#7F285E (or 0x7F285E) is known color: Rose Bud Cherry. HEX triplet: 7F, 28 and 5E. RGB value is (127,40,94). Sum of RGB (Red+Green+Blue) = 127+40+94=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F285E is #80D7A1. Grayscale: #484848. Windows color (decimal): -8443810 or 6170751. OLE color: 6170751.
HSL color Cylindrical-coordinate representation of color #7F285E: hue angle of 322.76º degrees, saturation: 0.52, 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 #7F285E is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 94 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.50 |
| HSL | 322.76º | 0.52% | 0.33% | - |
| HSV(B) | 322.76º | 0.69% | 0.5% | - |
| XYZ | 11.53 | 6.84 | 11.3 | - |
| YUV | 72.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 94 | 0 | 0.69 | 0.26 | 0.50 | 322.76 | 0.52 | 0.33 |
| Hex | 7F | 28 | 5E | 0 | 45 | 1A | 32 | 143 | 34 | 21 |
| Octal | 177 | 50 | 136 | 0 | 105 | 32 | 62 | 503 | 64 | 41 |
| Binary | 1111111 | 101000 | 1011110 | 0 | 1000101 | 11010 | 110010 | 101000011 | 110100 | 100001 |
Color Harmonies of #7F285E
Complementary color
Monochromatic Colors of #7F285E
Black with #7F285E
Text Example
Text Example
White with #7F285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F285E; }
p { color: rgb(127,40,94); }
H1.HeaderClassName
{
color: #7F285E;
}
.AnyTagClassName
{
color: #7F285E;
}
</style>
background-color css
<style>
a { background-color: #7F285E; }
a { background-color: rgb(127,40,94); }
div.DivClassName
{
background-color: #7F285E;
}
.BgClassName
{
background-color: #7F285E;
}
</style>
border-color css
<style>
span { border-color: #7F285E; }
span { border-color: rgb(127,40,94); }
td.TdClassName
{
border-color: #7F285E;
}
.TagClassName
{
border-color: #7F285E;
}
</style>