#703557

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

Shades of Flirt #703557

Tints of Flirt #703557

Color information

#703557 (or 0x703557) is unknown color: approx Flirt. HEX triplet: 70, 35 and 57. RGB value is (112,53,87). Sum of RGB (Red+Green+Blue) = 112+53+87=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #703557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703557 is #8FCAA8. Grayscale: #4A4A4A. Windows color (decimal): -9423529 or 5715312. OLE color: 5715312.

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

Color convert

RGB1125387-
CMYK00.530.220.56
HSL325.42º35.76%32.35%-
HSV(B)325.42º52.68%43.92%-
XYZ9.686.689.8-
YUV74.52135.05154.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=44.44%
G=21.03%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112538700.530.220.56325.4235.7632.35
Hex70355703516381452420
Octal1606512706526705054440
Binary11100001101011010111011010110110111000101000101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703557; }

 p { color: rgb(112,53,87); }

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

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

 a { background-color: rgb(112,53,87); }

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

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

 span { border-color: rgb(112,53,87); }

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