#703556

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

Shades of Flirt #703556

Tints of Flirt #703556

Color information

#703556 (or 0x703556) is unknown color: approx Flirt. HEX triplet: 70, 35 and 56. RGB value is (112,53,86). Sum of RGB (Red+Green+Blue) = 112+53+86=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #703556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703556 is #8FCAA9. Grayscale: #4A4A4A. Windows color (decimal): -9423530 or 5649776. OLE color: 5649776.

HSL color Cylindrical-coordinate representation of color #703556: hue angle of 326.44º 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 #703556 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1125386-
CMYK00.530.230.56
HSL326.44º35.76%32.35%-
HSV(B)326.44º52.68%43.92%-
XYZ9.636.669.58-
YUV74.4134.55154.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 53 (21.09% from 255) = 21.12%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=44.62%
G=21.12%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112538600.530.230.56326.4435.7632.35
Hex70355603517381462420
Octal1606512606527705064440
Binary11100001101011010110011010110111111000101000110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703556; }

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

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

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

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

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

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

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

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