#703056

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

Shades of Flirt #703056

Tints of Flirt #703056

Color information

#703056 (or 0x703056) is unknown color: approx Flirt. HEX triplet: 70, 30 and 56. RGB value is (112,48,86). Sum of RGB (Red+Green+Blue) = 112+48+86=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #703056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703056 is #8FCFA9. Grayscale: #474747. Windows color (decimal): -9424810 or 5648496. OLE color: 5648496.

HSL color Cylindrical-coordinate representation of color #703056: hue angle of 324.38º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703056 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1124886-
CMYK00.570.230.56
HSL324.38º40%31.37%-
HSV(B)324.38º57.14%43.92%-
XYZ9.426.239.51-
YUV71.47136.2156.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=45.53%
G=19.51%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112488600.570.230.56324.384031.37
Hex7030560391738144281f
Octal1606012607127705045037
Binary1110000110000101011001110011011111100010100010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703056; }

 p { color: rgb(112,48,86); }

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

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

 a { background-color: rgb(112,48,86); }

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

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

 span { border-color: rgb(112,48,86); }

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