Shades of Rose Bud Cherry #7F1D5D
Tints of Rose Bud Cherry #7F1D5D
RGB
CMYK
RGB Variations
Color information
#7F1D5D (or 0x7F1D5D) is known color: Rose Bud Cherry. HEX triplet: 7F, 1D and 5D. RGB value is (127,29,93). Sum of RGB (Red+Green+Blue) = 127+29+93=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1D5D is #80E2A2. Grayscale: #414141. Windows color (decimal): -8446627 or 6102399. OLE color: 6102399.
HSL color Cylindrical-coordinate representation of color #7F1D5D: hue angle of 320.82º 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 #7F1D5D is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 29 | 93 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.50 |
| HSL | 320.82º | 0.63% | 0.31% | - |
| HSV(B) | 320.82º | 0.77% | 0.5% | - |
| XYZ | 11.17 | 6.18 | 10.96 | - |
| YUV | 65.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 29 | 93 | 0 | 0.77 | 0.27 | 0.50 | 320.82 | 0.63 | 0.31 |
| Hex | 7F | 1D | 5D | 0 | 4D | 1B | 32 | 141 | 3F | 1F |
| Octal | 177 | 35 | 135 | 0 | 115 | 33 | 62 | 501 | 77 | 37 |
| Binary | 1111111 | 11101 | 1011101 | 0 | 1001101 | 11011 | 110010 | 101000001 | 111111 | 11111 |
Color Harmonies of #7F1D5D
Complementary color
Monochromatic Colors of #7F1D5D
Black with #7F1D5D
Text Example
Text Example
White with #7F1D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1D5D; }
p { color: rgb(127,29,93); }
H1.HeaderClassName
{
color: #7F1D5D;
}
.AnyTagClassName
{
color: #7F1D5D;
}
</style>
background-color css
<style>
a { background-color: #7F1D5D; }
a { background-color: rgb(127,29,93); }
div.DivClassName
{
background-color: #7F1D5D;
}
.BgClassName
{
background-color: #7F1D5D;
}
</style>
border-color css
<style>
span { border-color: #7F1D5D; }
span { border-color: rgb(127,29,93); }
td.TdClassName
{
border-color: #7F1D5D;
}
.TagClassName
{
border-color: #7F1D5D;
}
</style>