#71314D

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

Shades of Flirt #71314D

Tints of Flirt #71314D

Color information

#71314D (or 0x71314D) is unknown color: approx Flirt. HEX triplet: 71, 31 and 4D. RGB value is (113,49,77). Sum of RGB (Red+Green+Blue) = 113+49+77=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71314D is #8ECEB2. Grayscale: #474747. Windows color (decimal): -9359027 or 5058929. OLE color: 5058929.

HSL color Cylindrical-coordinate representation of color #71314D: hue angle of 333.75º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71314D is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1134977-
CMYK00.570.320.56
HSL333.75º39.51%31.76%-
HSV(B)333.75º56.64%44.31%-
XYZ9.256.247.74-
YUV71.33131.2157.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 77 (30.47% from 255) = 32.22%
R=47.28%
G=20.50%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113497700.570.320.56333.7539.5131.76
Hex71314D039203814e2820
Octal1616111507140705165040
Binary111000111000110011010111001100000111000101001110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71314D; }

 p { color: rgb(113,49,77); }

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

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

 a { background-color: rgb(113,49,77); }

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

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

 span { border-color: rgb(113,49,77); }

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