#71354C

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

Shades of Flirt #71354C

Tints of Flirt #71354C

Color information

#71354C (or 0x71354C) is unknown color: approx Flirt. HEX triplet: 71, 35 and 4C. RGB value is (113,53,76). Sum of RGB (Red+Green+Blue) = 113+53+76=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71354C is #8ECAB3. Grayscale: #494949. Windows color (decimal): -9358004 or 4994417. OLE color: 4994417.

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

Color convert

RGB1135376-
CMYK00.530.330.56
HSL337º36.14%32.55%-
HSV(B)337º53.1%44.31%-
XYZ9.396.587.61-
YUV73.56129.38156.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=46.69%
G=21.90%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113537600.530.330.5633736.1432.55
Hex71354C03521381512421
Octal1616511406541705214441
Binary111000111010110011000110101100001111000101010001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71354C; }

 p { color: rgb(113,53,76); }

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

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

 a { background-color: rgb(113,53,76); }

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

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

 span { border-color: rgb(113,53,76); }

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