#703154

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

Shades of Flirt #703154

Tints of Flirt #703154

Color information

#703154 (or 0x703154) is unknown color: approx Flirt. HEX triplet: 70, 31 and 54. RGB value is (112,49,84). Sum of RGB (Red+Green+Blue) = 112+49+84=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #703154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703154 is #8FCEAB. Grayscale: #474747. Windows color (decimal): -9424556 or 5517680. OLE color: 5517680.

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

Color convert

RGB1124984-
CMYK00.560.250.56
HSL326.67º39.13%31.57%-
HSV(B)326.67º56.25%43.92%-
XYZ9.386.289.11-
YUV71.83134.87156.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=45.71%
G=20%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112498400.560.250.56326.6739.1331.57
Hex70315403819381472720
Octal1606112407031705074740
Binary11100001100011010100011100011001111000101000111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703154; }

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

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

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

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

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

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

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

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