#7F2F4B

Color #7F2F4B Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #7F2F4B

Tints of Flirt #7F2F4B

Color information

#7F2F4B (or 0x7F2F4B) is unknown color: approx Flirt. HEX triplet: 7F, 2F and 4B. RGB value is (127,47,75). Sum of RGB (Red+Green+Blue) = 127+47+75=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2F4B is #80D0B4. Grayscale: #4A4A4A. Windows color (decimal): -8442037 or 4927359. OLE color: 4927359.

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

Color convert

RGB1274775-
CMYK00.630.410.50
HSL339º45.98%34.12%-
HSV(B)339º62.99%49.8%-
XYZ11.047.057.44-
YUV74.11128.5165.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.00%
GREEN value IS 47 (18.75% from 255) = 18.88%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=51.00%
G=18.88%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127477500.630.410.5033945.9834.12
Hex7F2F4B03F29321532e22
Octal1775711307751625235642
Binary111111110111110010110111111101001110010101010011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,47,75); }

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

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

 a { background-color: rgb(127,47,75); }

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

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

 span { border-color: rgb(127,47,75); }

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