#703656

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

Shades of Flirt #703656

Tints of Flirt #703656

Color information

#703656 (or 0x703656) is unknown color: approx Flirt. HEX triplet: 70, 36 and 56. RGB value is (112,54,86). Sum of RGB (Red+Green+Blue) = 112+54+86=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #703656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703656 is #8FC9A9. Grayscale: #4A4A4A. Windows color (decimal): -9423274 or 5650032. OLE color: 5650032.

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

Color convert

RGB1125486-
CMYK00.520.230.56
HSL326.9º34.94%32.55%-
HSV(B)326.9º51.79%43.92%-
XYZ9.686.759.6-
YUV74.99134.22154.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=44.44%
G=21.43%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112548600.520.230.56326.934.9432.55
Hex70365603417381472321
Octal1606612606427705074341
Binary11100001101101010110011010010111111000101000111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703656; }

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

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

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

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

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

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

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

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