#703753

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

Shades of Flirt #703753

Tints of Flirt #703753

Color information

#703753 (or 0x703753) is unknown color: approx Flirt. HEX triplet: 70, 37 and 53. RGB value is (112,55,83). Sum of RGB (Red+Green+Blue) = 112+55+83=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #703753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703753 is #8FC8AC. Grayscale: #4B4B4B. Windows color (decimal): -9423021 or 5453680. OLE color: 5453680.

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

Color convert

RGB1125583-
CMYK00.510.260.56
HSL330.53º34.13%32.75%-
HSV(B)330.53º50.89%43.92%-
XYZ9.616.88.99-
YUV75.24132.38154.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=44.8%
G=22%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112558300.510.260.56330.5334.1332.75
Hex7037530331A3814b2221
Octal1606712306332705134241
Binary11100001101111010011011001111010111000101001011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703753; }

 p { color: rgb(112,55,83); }

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

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

 a { background-color: rgb(112,55,83); }

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

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

 span { border-color: rgb(112,55,83); }

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