#7F2E61

Color #7F2E61 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #7F2E61

Tints of Rose Bud Cherry #7F2E61

Color information

#7F2E61 (or 0x7F2E61) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 2E and 61. RGB value is (127,46,97). Sum of RGB (Red+Green+Blue) = 127+46+97=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2E61 is #80D19E. Grayscale: #4B4B4B. Windows color (decimal): -8442271 or 6368895. OLE color: 6368895.

HSL color Cylindrical-coordinate representation of color #7F2E61: hue angle of 322.22º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F2E61 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB1274697-
CMYK00.640.240.50
HSL322.22º46.82%33.92%-
HSV(B)322.22º63.78%49.8%-
XYZ11.897.3312.1-
YUV76.03139.84164.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 47.04%
GREEN value IS 46 (18.36% from 255) = 17.04%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=47.04%
G=17.04%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127469700.640.240.50322.2246.8233.92
Hex7F2E6104018321422f22
Octal17756141010030625025742
Binary111111110111011000010100000011000110010101000010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F2E61; }

 p { color: rgb(127,46,97); }

 H1.HeaderClassName
 {
   color: #7F2E61;
 }
 .AnyTagClassName
 {
   color: #7F2E61;
 }
</style>
background-color css

<style>
 a { background-color: #7F2E61; }

 a { background-color: rgb(127,46,97); }

 div.DivClassName
 {
   background-color: #7F2E61;
 }
 .BgClassName
 {
   background-color: #7F2E61;
 }
</style>
border-color css

<style>
 span { border-color: #7F2E61; }

 span { border-color: rgb(127,46,97); }

 td.TdClassName
 {
   border-color: #7F2E61;
 }
 .TagClassName
 {
   border-color: #7F2E61;
 }
</style>