#703552

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

Shades of Flirt #703552

Tints of Flirt #703552

Color information

#703552 (or 0x703552) is unknown color: approx Flirt. HEX triplet: 70, 35 and 52. RGB value is (112,53,82). Sum of RGB (Red+Green+Blue) = 112+53+82=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #703552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703552 is #8FCAAD. Grayscale: #494949. Windows color (decimal): -9423534 or 5387632. OLE color: 5387632.

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

Color convert

RGB1125382-
CMYK00.530.270.56
HSL330.51º35.76%32.35%-
HSV(B)330.51º52.68%43.92%-
XYZ9.486.68.76-
YUV73.95132.55155.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=45.34%
G=21.46%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112538200.530.270.56330.5135.7632.35
Hex7035520351B3814b2420
Octal1606512206533705134440
Binary11100001101011010010011010111011111000101001011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703552; }

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

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

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

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

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

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

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

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