#703553

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

Shades of Flirt #703553

Tints of Flirt #703553

Color information

#703553 (or 0x703553) is unknown color: approx Flirt. HEX triplet: 70, 35 and 53. RGB value is (112,53,83). Sum of RGB (Red+Green+Blue) = 112+53+83=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #703553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703553 is #8FCAAC. Grayscale: #4A4A4A. Windows color (decimal): -9423533 or 5453168. OLE color: 5453168.

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

Color convert

RGB1125383-
CMYK00.530.260.56
HSL329.49º35.76%32.35%-
HSV(B)329.49º52.68%43.92%-
XYZ9.526.628.96-
YUV74.06133.05155.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=45.16%
G=21.37%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112538300.530.260.56329.4935.7632.35
Hex7035530351A381492420
Octal1606512306532705114440
Binary11100001101011010011011010111010111000101001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703553; }

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

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

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

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

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

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

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

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