Shades of Rose Bud Cherry #7F285D
Tints of Rose Bud Cherry #7F285D
RGB
CMYK
RGB Variations
Color information
#7F285D (or 0x7F285D) is known color: Rose Bud Cherry. HEX triplet: 7F, 28 and 5D. RGB value is (127,40,93). Sum of RGB (Red+Green+Blue) = 127+40+93=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F285D is #80D7A2. Grayscale: #474747. Windows color (decimal): -8443811 or 6105215. OLE color: 6105215.
HSL color Cylindrical-coordinate representation of color #7F285D: hue angle of 323.45º 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 #7F285D is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 93 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.50 |
| HSL | 323.45º | 0.52% | 0.33% | - |
| HSV(B) | 323.45º | 0.69% | 0.5% | - |
| XYZ | 11.49 | 6.82 | 11.07 | - |
| YUV | 72.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 93 | 0 | 0.69 | 0.27 | 0.50 | 323.45 | 0.52 | 0.33 |
| Hex | 7F | 28 | 5D | 0 | 45 | 1B | 32 | 143 | 34 | 21 |
| Octal | 177 | 50 | 135 | 0 | 105 | 33 | 62 | 503 | 64 | 41 |
| Binary | 1111111 | 101000 | 1011101 | 0 | 1000101 | 11011 | 110010 | 101000011 | 110100 | 100001 |
Color Harmonies of #7F285D
Complementary color
Monochromatic Colors of #7F285D
Black with #7F285D
Text Example
Text Example
White with #7F285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F285D; }
p { color: rgb(127,40,93); }
H1.HeaderClassName
{
color: #7F285D;
}
.AnyTagClassName
{
color: #7F285D;
}
</style>
background-color css
<style>
a { background-color: #7F285D; }
a { background-color: rgb(127,40,93); }
div.DivClassName
{
background-color: #7F285D;
}
.BgClassName
{
background-color: #7F285D;
}
</style>
border-color css
<style>
span { border-color: #7F285D; }
span { border-color: rgb(127,40,93); }
td.TdClassName
{
border-color: #7F285D;
}
.TagClassName
{
border-color: #7F285D;
}
</style>