Shades of Rose Bud Cherry #7F235D
Tints of Rose Bud Cherry #7F235D
RGB
CMYK
RGB Variations
Color information
#7F235D (or 0x7F235D) is known color: Rose Bud Cherry. HEX triplet: 7F, 23 and 5D. RGB value is (127,35,93). Sum of RGB (Red+Green+Blue) = 127+35+93=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F235D is #80DCA2. Grayscale: #444444. Windows color (decimal): -8445091 or 6103935. OLE color: 6103935.
HSL color Cylindrical-coordinate representation of color #7F235D: hue angle of 322.17º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F235D is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 35 | 93 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.50 |
| HSL | 322.17º | 0.57% | 0.32% | - |
| HSV(B) | 322.17º | 0.72% | 0.5% | - |
| XYZ | 11.33 | 6.5 | 11.01 | - |
| YUV | 69.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 35 | 93 | 0 | 0.72 | 0.27 | 0.50 | 322.17 | 0.57 | 0.32 |
| Hex | 7F | 23 | 5D | 0 | 48 | 1B | 32 | 142 | 39 | 20 |
| Octal | 177 | 43 | 135 | 0 | 110 | 33 | 62 | 502 | 71 | 40 |
| Binary | 1111111 | 100011 | 1011101 | 0 | 1001000 | 11011 | 110010 | 101000010 | 111001 | 100000 |
Color Harmonies of #7F235D
Complementary color
Monochromatic Colors of #7F235D
Black with #7F235D
Text Example
Text Example
White with #7F235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F235D; }
p { color: rgb(127,35,93); }
H1.HeaderClassName
{
color: #7F235D;
}
.AnyTagClassName
{
color: #7F235D;
}
</style>
background-color css
<style>
a { background-color: #7F235D; }
a { background-color: rgb(127,35,93); }
div.DivClassName
{
background-color: #7F235D;
}
.BgClassName
{
background-color: #7F235D;
}
</style>
border-color css
<style>
span { border-color: #7F235D; }
span { border-color: rgb(127,35,93); }
td.TdClassName
{
border-color: #7F235D;
}
.TagClassName
{
border-color: #7F235D;
}
</style>