#703654

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

Shades of Flirt #703654

Tints of Flirt #703654

Color information

#703654 (or 0x703654) is unknown color: approx Flirt. HEX triplet: 70, 36 and 54. RGB value is (112,54,84). Sum of RGB (Red+Green+Blue) = 112+54+84=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #703654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703654 is #8FC9AB. Grayscale: #4A4A4A. Windows color (decimal): -9423276 or 5518960. OLE color: 5518960.

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

Color convert

RGB1125484-
CMYK00.520.250.56
HSL328.97º34.94%32.55%-
HSV(B)328.97º51.79%43.92%-
XYZ9.66.729.18-
YUV74.76133.22154.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 54 (21.48% from 255) = 21.6%
BLUE value IS 84 (33.20% from 255) = 33.6%
R=44.8%
G=21.6%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112548400.520.250.56328.9734.9432.55
Hex70365403419381492321
Octal1606612406431705114341
Binary11100001101101010100011010011001111000101001001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703654; }

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

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

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

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

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

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

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

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