#703752

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

Shades of Flirt #703752

Tints of Flirt #703752

Color information

#703752 (or 0x703752) is unknown color: approx Flirt. HEX triplet: 70, 37 and 52. RGB value is (112,55,82). Sum of RGB (Red+Green+Blue) = 112+55+82=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #703752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703752 is #8FC8AD. Grayscale: #4B4B4B. Windows color (decimal): -9423022 or 5388144. OLE color: 5388144.

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

Color convert

RGB1125582-
CMYK00.510.270.56
HSL331.58º34.13%32.75%-
HSV(B)331.58º50.89%43.92%-
XYZ9.576.798.79-
YUV75.12131.88154.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=44.98%
G=22.09%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112558200.510.270.56331.5834.1332.75
Hex7037520331B3814c2221
Octal1606712206333705144241
Binary11100001101111010010011001111011111000101001100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703752; }

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

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

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

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

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

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

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

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