#703349

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

Shades of Flirt #703349

Tints of Flirt #703349

Color information

#703349 (or 0x703349) is unknown color: approx Flirt. HEX triplet: 70, 33 and 49. RGB value is (112,51,73). Sum of RGB (Red+Green+Blue) = 112+51+73=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #703349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703349 is #8FCCB6. Grayscale: #474747. Windows color (decimal): -9424055 or 4797296. OLE color: 4797296.

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

Color convert

RGB1125173-
CMYK00.540.350.56
HSL338.36º37.42%31.96%-
HSV(B)338.36º54.46%43.92%-
XYZ9.076.297.04-
YUV71.75128.71156.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 73 (28.91% from 255) = 30.93%
R=47.46%
G=21.61%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112517300.540.350.56338.3637.4231.96
Hex70334903623381522520
Octal1606311106643705224540
Binary111000011001110010010110110100011111000101010010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703349; }

 p { color: rgb(112,51,73); }

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

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

 a { background-color: rgb(112,51,73); }

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

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

 span { border-color: rgb(112,51,73); }

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