#712B54

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

Shades of Flirt #712B54

Tints of Flirt #712B54

Color information

#712B54 (or 0x712B54) is unknown color: approx Flirt. HEX triplet: 71, 2B and 54. RGB value is (113,43,84). Sum of RGB (Red+Green+Blue) = 113+43+84=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #712B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712B54 is #8ED4AB. Grayscale: #444444. Windows color (decimal): -9360556 or 5516145. OLE color: 5516145.

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

Color convert

RGB1134384-
CMYK00.620.260.56
HSL324.86º44.87%30.59%-
HSV(B)324.86º61.95%44.31%-
XYZ9.275.889.03-
YUV68.6136.69159.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 43 (17.19% from 255) = 17.92%
BLUE value IS 84 (33.20% from 255) = 35%
R=47.08%
G=17.92%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113438400.620.260.56324.8644.8730.59
Hex712B5403E1A381452d1f
Octal1615312407632705055537
Binary1110001101011101010001111101101011100010100010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,43,84); }

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

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

 a { background-color: rgb(113,43,84); }

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

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

 span { border-color: rgb(113,43,84); }

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