Shades of Rose Bud Cherry #7F1D59
Tints of Rose Bud Cherry #7F1D59
RGB
CMYK
RGB Variations
Color information
#7F1D59 (or 0x7F1D59) is known color: Rose Bud Cherry. HEX triplet: 7F, 1D and 59. RGB value is (127,29,89). Sum of RGB (Red+Green+Blue) = 127+29+89=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1D59 is #80E2A6. Grayscale: #414141. Windows color (decimal): -8446631 or 5840255. OLE color: 5840255.
HSL color Cylindrical-coordinate representation of color #7F1D59: hue angle of 323.27º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F1D59 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 29 | 89 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.50 |
| HSL | 323.27º | 0.63% | 0.31% | - |
| HSV(B) | 323.27º | 0.77% | 0.5% | - |
| XYZ | 10.99 | 6.11 | 10.05 | - |
| YUV | 65.14 | 141.47 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 29 | 89 | 0 | 0.77 | 0.30 | 0.50 | 323.27 | 0.63 | 0.31 |
| Hex | 7F | 1D | 59 | 0 | 4D | 1E | 32 | 143 | 3F | 1F |
| Octal | 177 | 35 | 131 | 0 | 115 | 36 | 62 | 503 | 77 | 37 |
| Binary | 1111111 | 11101 | 1011001 | 0 | 1001101 | 11110 | 110010 | 101000011 | 111111 | 11111 |
Color Harmonies of #7F1D59
Complementary color
Monochromatic Colors of #7F1D59
Black with #7F1D59
Text Example
Text Example
White with #7F1D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1D59; }
p { color: rgb(127,29,89); }
H1.HeaderClassName
{
color: #7F1D59;
}
.AnyTagClassName
{
color: #7F1D59;
}
</style>
background-color css
<style>
a { background-color: #7F1D59; }
a { background-color: rgb(127,29,89); }
div.DivClassName
{
background-color: #7F1D59;
}
.BgClassName
{
background-color: #7F1D59;
}
</style>
border-color css
<style>
span { border-color: #7F1D59; }
span { border-color: rgb(127,29,89); }
td.TdClassName
{
border-color: #7F1D59;
}
.TagClassName
{
border-color: #7F1D59;
}
</style>