#712C47

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

Shades of Flirt #712C47

Tints of Flirt #712C47

Color information

#712C47 (or 0x712C47) is unknown color: approx Flirt. HEX triplet: 71, 2C and 47. RGB value is (113,44,71). Sum of RGB (Red+Green+Blue) = 113+44+71=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #712C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C47 is #8ED3B8. Grayscale: #434343. Windows color (decimal): -9360313 or 4664433. OLE color: 4664433.

HSL color Cylindrical-coordinate representation of color #712C47: hue angle of 336.52º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #712C47 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1134471-
CMYK00.610.370.56
HSL336.52º43.95%30.78%-
HSV(B)336.52º61.06%44.31%-
XYZ8.855.776.61-
YUV67.71129.86160.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 44 (17.58% from 255) = 19.30%
BLUE value IS 71 (28.12% from 255) = 31.14%
R=49.56%
G=19.30%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113447100.610.370.56336.5243.9530.78
Hex712C4703D25381512c1f
Octal1615410707545705215437
Binary11100011011001000111011110110010111100010101000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712C47; }

 p { color: rgb(113,44,71); }

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

<style>
 a { background-color: #712C47; }

 a { background-color: rgb(113,44,71); }

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

<style>
 span { border-color: #712C47; }

 span { border-color: rgb(113,44,71); }

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