#712C4C

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

Shades of Flirt #712C4C

Tints of Flirt #712C4C

Color information

#712C4C (or 0x712C4C) is unknown color: approx Flirt. HEX triplet: 71, 2C and 4C. RGB value is (113,44,76). Sum of RGB (Red+Green+Blue) = 113+44+76=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #712C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C4C is #8ED3B3. Grayscale: #444444. Windows color (decimal): -9360308 or 4992113. OLE color: 4992113.

HSL color Cylindrical-coordinate representation of color #712C4C: hue angle of 332.17º 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 #712C4C is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1134476-
CMYK00.610.330.56
HSL332.17º43.95%30.78%-
HSV(B)332.17º61.06%44.31%-
XYZ9.025.837.49-
YUV68.28132.36159.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=48.50%
G=18.88%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113447600.610.330.56332.1743.9530.78
Hex712C4C03D213814c2c1f
Octal1615411407541705145437
Binary11100011011001001100011110110000111100010100110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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