#71344F

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

Shades of Flirt #71344F

Tints of Flirt #71344F

Color information

#71344F (or 0x71344F) is unknown color: approx Flirt. HEX triplet: 71, 34 and 4F. RGB value is (113,52,79). Sum of RGB (Red+Green+Blue) = 113+52+79=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71344F is #8ECBB0. Grayscale: #494949. Windows color (decimal): -9358257 or 5190769. OLE color: 5190769.

HSL color Cylindrical-coordinate representation of color #71344F: hue angle of 333.44º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71344F is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1135279-
CMYK00.540.300.56
HSL333.44º36.97%32.35%-
HSV(B)333.44º53.98%44.31%-
XYZ9.456.538.16-
YUV73.32131.21156.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=46.31%
G=21.31%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113527900.540.300.56333.4436.9732.35
Hex71344F0361E3814d2520
Octal1616411706636705154540
Binary11100011101001001111011011011110111000101001101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71344F; }

 p { color: rgb(113,52,79); }

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

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

 a { background-color: rgb(113,52,79); }

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

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

 span { border-color: rgb(113,52,79); }

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