#703559

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

Shades of Flirt #703559

Tints of Flirt #703559

Color information

#703559 (or 0x703559) is unknown color: approx Flirt. HEX triplet: 70, 35 and 59. RGB value is (112,53,89). Sum of RGB (Red+Green+Blue) = 112+53+89=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #703559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703559 is #8FCAA6. Grayscale: #4A4A4A. Windows color (decimal): -9423527 or 5846384. OLE color: 5846384.

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

Color convert

RGB1125389-
CMYK00.530.210.56
HSL323.39º35.76%32.35%-
HSV(B)323.39º52.68%43.92%-
XYZ9.766.7110.23-
YUV74.74136.05154.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 89 (35.16% from 255) = 35.04%
R=44.09%
G=20.87%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112538900.530.210.56323.3935.7632.35
Hex70355903515381432420
Octal1606513106525705034440
Binary11100001101011011001011010110101111000101000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703559; }

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

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

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

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

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

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

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

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