#703551

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

Shades of Flirt #703551

Tints of Flirt #703551

Color information

#703551 (or 0x703551) is unknown color: approx Flirt. HEX triplet: 70, 35 and 51. RGB value is (112,53,81). Sum of RGB (Red+Green+Blue) = 112+53+81=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #703551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703551 is #8FCAAE. Grayscale: #494949. Windows color (decimal): -9423535 or 5322096. OLE color: 5322096.

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

Color convert

RGB1125381-
CMYK00.530.280.56
HSL331.53º35.76%32.35%-
HSV(B)331.53º52.68%43.92%-
XYZ9.446.598.56-
YUV73.83132.05155.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 81 (32.03% from 255) = 32.93%
R=45.53%
G=21.54%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112538100.530.280.56331.5335.7632.35
Hex7035510351C3814c2420
Octal1606512106534705144440
Binary11100001101011010001011010111100111000101001100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703551; }

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

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

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

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

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

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

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

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