#713950

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

Shades of Flirt #713950

Tints of Flirt #713950

Color information

#713950 (or 0x713950) is unknown color: approx Flirt. HEX triplet: 71, 39 and 50. RGB value is (113,57,80). Sum of RGB (Red+Green+Blue) = 113+57+80=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #713950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713950 is #8EC6AF. Grayscale: #4C4C4C. Windows color (decimal): -9356976 or 5257585. OLE color: 5257585.

HSL color Cylindrical-coordinate representation of color #713950: hue angle of 335.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713950 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1135780-
CMYK00.500.290.56
HSL335.36º32.94%33.33%-
HSV(B)335.36º49.56%44.31%-
XYZ9.727.028.43-
YUV76.37130.05154.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 80 (31.64% from 255) = 32%
R=45.2%
G=22.8%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113578000.500.290.56335.3632.9433.33
Hex7139500321D3814f2121
Octal1617112006235705174141
Binary11100011110011010000011001011101111000101001111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713950; }

 p { color: rgb(113,57,80); }

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

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

 a { background-color: rgb(113,57,80); }

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

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

 span { border-color: rgb(113,57,80); }

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