#71374E

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

Shades of Flirt #71374E

Tints of Flirt #71374E

Color information

#71374E (or 0x71374E) is unknown color: approx Flirt. HEX triplet: 71, 37 and 4E. RGB value is (113,55,78). Sum of RGB (Red+Green+Blue) = 113+55+78=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #71374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71374E is #8EC8B1. Grayscale: #4A4A4A. Windows color (decimal): -9357490 or 5126001. OLE color: 5126001.

HSL color Cylindrical-coordinate representation of color #71374E: hue angle of 336.21º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71374E is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1135578-
CMYK00.510.310.56
HSL336.21º34.52%32.94%-
HSV(B)336.21º51.33%44.31%-
XYZ9.556.798.02-
YUV74.96129.72155.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=45.93%
G=22.36%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113557800.510.310.56336.2134.5232.94
Hex71374E0331F381502321
Octal1616711606337705204341
Binary11100011101111001110011001111111111000101010000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71374E; }

 p { color: rgb(113,55,78); }

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

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

 a { background-color: rgb(113,55,78); }

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

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

 span { border-color: rgb(113,55,78); }

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