#703751

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

Shades of Flirt #703751

Tints of Flirt #703751

Color information

#703751 (or 0x703751) is unknown color: approx Flirt. HEX triplet: 70, 37 and 51. RGB value is (112,55,81). Sum of RGB (Red+Green+Blue) = 112+55+81=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #703751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703751 is #8FC8AE. Grayscale: #4A4A4A. Windows color (decimal): -9423023 or 5322608. OLE color: 5322608.

HSL color Cylindrical-coordinate representation of color #703751: hue angle of 332.63º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #703751 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1125581-
CMYK00.510.280.56
HSL332.63º34.13%32.75%-
HSV(B)332.63º50.89%43.92%-
XYZ9.536.778.59-
YUV75.01131.38154.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=45.16%
G=22.18%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112558100.510.280.56332.6334.1332.75
Hex7037510331C3814d2221
Octal1606712106334705154241
Binary11100001101111010001011001111100111000101001101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703751; }

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

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

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

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

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

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

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

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