#7D375F

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

Shades of Flirt #7D375F

Tints of Flirt #7D375F

Color information

#7D375F (or 0x7D375F) is unknown color: approx Flirt. HEX triplet: 7D, 37 and 5F. RGB value is (125,55,95). Sum of RGB (Red+Green+Blue) = 125+55+95=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 125 - color contains mainly: red. Hex color #7D375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D375F is #82C8A0. Grayscale: #505050. Windows color (decimal): -8571041 or 6240125. OLE color: 6240125.

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

Color convert

RGB1255595-
CMYK00.560.240.51
HSL325.71º38.89%35.29%-
HSV(B)325.71º56%49.02%-
XYZ11.897.9211.73-
YUV80.49136.19159.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.45%
GREEN value IS 55 (21.88% from 255) = 20%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=45.45%
G=20%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125559500.560.240.51325.7138.8935.29
Hex7D375F03818331462723
Octal1756713707030635064743
Binary11111011101111011111011100011000110011101000110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,55,95); }

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

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

 a { background-color: rgb(125,55,95); }

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

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

 span { border-color: rgb(125,55,95); }

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