#71334F

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

Shades of Flirt #71334F

Tints of Flirt #71334F

Color information

#71334F (or 0x71334F) is unknown color: approx Flirt. HEX triplet: 71, 33 and 4F. RGB value is (113,51,79). Sum of RGB (Red+Green+Blue) = 113+51+79=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71334F is #8ECCB0. Grayscale: #484848. Windows color (decimal): -9358513 or 5190513. OLE color: 5190513.

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

Color convert

RGB1135179-
CMYK00.550.300.56
HSL332.9º37.8%32.16%-
HSV(B)332.9º54.87%44.31%-
XYZ9.416.448.15-
YUV72.73131.54156.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=46.50%
G=20.99%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113517900.550.300.56332.937.832.16
Hex71334F0371E3814d2620
Octal1616311706736705154640
Binary11100011100111001111011011111110111000101001101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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