#703152

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

Shades of Flirt #703152

Tints of Flirt #703152

Color information

#703152 (or 0x703152) is unknown color: approx Flirt. HEX triplet: 70, 31 and 52. RGB value is (112,49,82). Sum of RGB (Red+Green+Blue) = 112+49+82=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #703152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703152 is #8FCEAD. Grayscale: #474747. Windows color (decimal): -9424558 or 5386608. OLE color: 5386608.

HSL color Cylindrical-coordinate representation of color #703152: hue angle of 328.57º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703152 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1124982-
CMYK00.560.270.56
HSL328.57º39.13%31.57%-
HSV(B)328.57º56.25%43.92%-
XYZ9.36.258.7-
YUV71.6133.87156.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=46.09%
G=20.16%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112498200.560.270.56328.5739.1331.57
Hex7031520381B381492720
Octal1606112207033705114740
Binary11100001100011010010011100011011111000101001001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703152; }

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

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

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

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

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

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

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

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