#7D3859

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

Shades of Flirt #7D3859

Tints of Flirt #7D3859

Color information

#7D3859 (or 0x7D3859) is unknown color: approx Flirt. HEX triplet: 7D, 38 and 59. RGB value is (125,56,89). Sum of RGB (Red+Green+Blue) = 125+56+89=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3859 is #82C7A6. Grayscale: #505050. Windows color (decimal): -8570791 or 5847165. OLE color: 5847165.

HSL color Cylindrical-coordinate representation of color #7D3859: hue angle of 331.3º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D3859 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB1255689-
CMYK00.550.290.51
HSL331.3º38.12%35.49%-
HSV(B)331.3º55.2%49.02%-
XYZ11.677.9110.36-
YUV80.39132.86159.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.30%
GREEN value IS 56 (22.27% from 255) = 20.74%
BLUE value IS 89 (35.16% from 255) = 32.96%
R=46.30%
G=20.74%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125568900.550.290.51331.338.1235.49
Hex7D38590371D3314b2623
Octal1757013106735635134643
Binary11111011110001011001011011111101110011101001011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,56,89); }

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

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

 a { background-color: rgb(125,56,89); }

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

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

 span { border-color: rgb(125,56,89); }

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