#703455

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

Shades of Flirt #703455

Tints of Flirt #703455

Color information

#703455 (or 0x703455) is unknown color: approx Flirt. HEX triplet: 70, 34 and 55. RGB value is (112,52,85). Sum of RGB (Red+Green+Blue) = 112+52+85=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #703455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703455 is #8FCBAA. Grayscale: #494949. Windows color (decimal): -9423787 or 5583984. OLE color: 5583984.

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

Color convert

RGB1125285-
CMYK00.540.240.56
HSL327º36.59%32.16%-
HSV(B)327º53.57%43.92%-
XYZ9.556.569.36-
YUV73.7134.38155.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=44.98%
G=20.88%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112528500.540.240.5632736.5932.16
Hex70345503618381472520
Octal1606412506630705074540
Binary11100001101001010101011011011000111000101000111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703455; }

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

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

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

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

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

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

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

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