#703754

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

Shades of Flirt #703754

Tints of Flirt #703754

Color information

#703754 (or 0x703754) is unknown color: approx Flirt. HEX triplet: 70, 37 and 54. RGB value is (112,55,84). Sum of RGB (Red+Green+Blue) = 112+55+84=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #703754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703754 is #8FC8AB. Grayscale: #4B4B4B. Windows color (decimal): -9423020 or 5519216. OLE color: 5519216.

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

Color convert

RGB1125584-
CMYK00.510.250.56
HSL329.47º34.13%32.75%-
HSV(B)329.47º50.89%43.92%-
XYZ9.656.829.19-
YUV75.35132.88154.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 84 (33.20% from 255) = 33.47%
R=44.62%
G=21.91%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112558400.510.250.56329.4734.1332.75
Hex70375403319381492221
Octal1606712406331705114241
Binary11100001101111010100011001111001111000101001001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703754; }

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

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

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

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

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

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

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

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