#703055

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

Shades of Flirt #703055

Tints of Flirt #703055

Color information

#703055 (or 0x703055) is unknown color: approx Flirt. HEX triplet: 70, 30 and 55. RGB value is (112,48,85). Sum of RGB (Red+Green+Blue) = 112+48+85=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #703055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703055 is #8FCFAA. Grayscale: #474747. Windows color (decimal): -9424811 or 5582960. OLE color: 5582960.

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

Color convert

RGB1124885-
CMYK00.570.240.56
HSL325.31º40%31.37%-
HSV(B)325.31º57.14%43.92%-
XYZ9.386.219.3-
YUV71.35135.7156.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=45.71%
G=19.59%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112488500.570.240.56325.314031.37
Hex7030550391838145281f
Octal1606012507130705055037
Binary1110000110000101010101110011100011100010100010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703055; }

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

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

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

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

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

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

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

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