#703850

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

Shades of Flirt #703850

Tints of Flirt #703850

Color information

#703850 (or 0x703850) is unknown color: approx Flirt. HEX triplet: 70, 38 and 50. RGB value is (112,56,80). Sum of RGB (Red+Green+Blue) = 112+56+80=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #703850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703850 is #8FC7AF. Grayscale: #4B4B4B. Windows color (decimal): -9422768 or 5257328. OLE color: 5257328.

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

Color convert

RGB1125680-
CMYK00.500.290.56
HSL334.29º33.33%32.94%-
HSV(B)334.29º50%43.92%-
XYZ9.546.858.41-
YUV75.48130.55154.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=45.16%
G=22.58%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112568000.500.290.56334.2933.3332.94
Hex7038500321D3814e2121
Octal1607012006235705164141
Binary11100001110001010000011001011101111000101001110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703850; }

 p { color: rgb(112,56,80); }

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

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

 a { background-color: rgb(112,56,80); }

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

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

 span { border-color: rgb(112,56,80); }

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