#713452

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

Shades of Flirt #713452

Tints of Flirt #713452

Color information

#713452 (or 0x713452) is unknown color: approx Flirt. HEX triplet: 71, 34 and 52. RGB value is (113,52,82). Sum of RGB (Red+Green+Blue) = 113+52+82=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #713452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713452 is #8ECBAD. Grayscale: #494949. Windows color (decimal): -9358254 or 5387377. OLE color: 5387377.

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

Color convert

RGB1135282-
CMYK00.540.270.56
HSL330.49º36.97%32.35%-
HSV(B)330.49º53.98%44.31%-
XYZ9.566.588.75-
YUV73.66132.71156.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=45.75%
G=21.05%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113528200.540.270.56330.4936.9732.35
Hex7134520361B3814a2520
Octal1616412206633705124540
Binary11100011101001010010011011011011111000101001010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713452; }

 p { color: rgb(113,52,82); }

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

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

 a { background-color: rgb(113,52,82); }

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

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

 span { border-color: rgb(113,52,82); }

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