#703655

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

Shades of Flirt #703655

Tints of Flirt #703655

Color information

#703655 (or 0x703655) is unknown color: approx Flirt. HEX triplet: 70, 36 and 55. RGB value is (112,54,85). Sum of RGB (Red+Green+Blue) = 112+54+85=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #703655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703655 is #8FC9AA. Grayscale: #4A4A4A. Windows color (decimal): -9423275 or 5584496. OLE color: 5584496.

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

Color convert

RGB1125485-
CMYK00.520.240.56
HSL327.93º34.94%32.55%-
HSV(B)327.93º51.79%43.92%-
XYZ9.646.749.39-
YUV74.88133.72154.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=44.62%
G=21.51%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112548500.520.240.56327.9334.9432.55
Hex70365503418381482321
Octal1606612506430705104341
Binary11100001101101010101011010011000111000101001000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703655; }

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

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

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

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

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

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

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

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