Shades of Rose Bud Cherry #7F285F
Tints of Rose Bud Cherry #7F285F
RGB
CMYK
RGB Variations
Color information
#7F285F (or 0x7F285F) is known color: Rose Bud Cherry. HEX triplet: 7F, 28 and 5F. RGB value is (127,40,95). Sum of RGB (Red+Green+Blue) = 127+40+95=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F285F is #80D7A0. Grayscale: #484848. Windows color (decimal): -8443809 or 6236287. OLE color: 6236287.
HSL color Cylindrical-coordinate representation of color #7F285F: hue angle of 322.07º 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 #7F285F is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 95 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.50 |
| HSL | 322.07º | 0.52% | 0.33% | - |
| HSV(B) | 322.07º | 0.69% | 0.5% | - |
| XYZ | 11.58 | 6.86 | 11.54 | - |
| YUV | 72.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 95 | 0 | 0.69 | 0.25 | 0.50 | 322.07 | 0.52 | 0.33 |
| Hex | 7F | 28 | 5F | 0 | 45 | 19 | 32 | 142 | 34 | 21 |
| Octal | 177 | 50 | 137 | 0 | 105 | 31 | 62 | 502 | 64 | 41 |
| Binary | 1111111 | 101000 | 1011111 | 0 | 1000101 | 11001 | 110010 | 101000010 | 110100 | 100001 |
Color Harmonies of #7F285F
Complementary color
Monochromatic Colors of #7F285F
Black with #7F285F
Text Example
Text Example
White with #7F285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F285F; }
p { color: rgb(127,40,95); }
H1.HeaderClassName
{
color: #7F285F;
}
.AnyTagClassName
{
color: #7F285F;
}
</style>
background-color css
<style>
a { background-color: #7F285F; }
a { background-color: rgb(127,40,95); }
div.DivClassName
{
background-color: #7F285F;
}
.BgClassName
{
background-color: #7F285F;
}
</style>
border-color css
<style>
span { border-color: #7F285F; }
span { border-color: rgb(127,40,95); }
td.TdClassName
{
border-color: #7F285F;
}
.TagClassName
{
border-color: #7F285F;
}
</style>