#7D2F47

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

Shades of Flirt #7D2F47

Tints of Flirt #7D2F47

Color information

#7D2F47 (or 0x7D2F47) is unknown color: approx Flirt. HEX triplet: 7D, 2F and 47. RGB value is (125,47,71). Sum of RGB (Red+Green+Blue) = 125+47+71=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2F47 is #82D0B8. Grayscale: #494949. Windows color (decimal): -8573113 or 4665213. OLE color: 4665213.

HSL color Cylindrical-coordinate representation of color #7D2F47: hue angle of 341.54º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D2F47 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB1254771-
CMYK00.620.430.51
HSL341.54º45.35%33.73%-
HSV(B)341.54º62.4%49.02%-
XYZ10.616.856.72-
YUV73.06126.84165.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.44%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 71 (28.12% from 255) = 29.22%
R=51.44%
G=19.34%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125477100.620.430.51341.5445.3533.73
Hex7D2F4703E2B331562d22
Octal1755710707653635265542
Binary111110110111110001110111110101011110011101010110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,47,71); }

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

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

 a { background-color: rgb(125,47,71); }

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

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

 span { border-color: rgb(125,47,71); }

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