#703449

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

Shades of Flirt #703449

Tints of Flirt #703449

Color information

#703449 (or 0x703449) is unknown color: approx Flirt. HEX triplet: 70, 34 and 49. RGB value is (112,52,73). Sum of RGB (Red+Green+Blue) = 112+52+73=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #703449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703449 is #8FCBB6. Grayscale: #484848. Windows color (decimal): -9423799 or 4797552. OLE color: 4797552.

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

Color convert

RGB1125273-
CMYK00.540.350.56
HSL339º36.59%32.16%-
HSV(B)339º53.57%43.92%-
XYZ9.116.387.05-
YUV72.33128.38156.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=47.26%
G=21.94%
B=30.80%

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
Decimal112527300.540.350.5633936.5932.16
Hex70344903623381532520
Octal1606411106643705234540
Binary111000011010010010010110110100011111000101010011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703449; }

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

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

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

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

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

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

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

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