#702C49

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

Shades of Flirt #702C49

Tints of Flirt #702C49

Color information

#702C49 (or 0x702C49) is unknown color: approx Flirt. HEX triplet: 70, 2C and 49. RGB value is (112,44,73). Sum of RGB (Red+Green+Blue) = 112+44+73=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #702C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C49 is #8FD3B6. Grayscale: #434343. Windows color (decimal): -9425847 or 4795504. OLE color: 4795504.

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

Color convert

RGB1124473-
CMYK00.610.350.56
HSL334.41º43.59%30.59%-
HSV(B)334.41º60.71%43.92%-
XYZ8.795.736.95-
YUV67.64131.03159.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=48.91%
G=19.21%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112447300.610.350.56334.4143.5930.59
Hex702C4903D233814e2c1f
Octal1605411107543705165437
Binary11100001011001001001011110110001111100010100111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702C49; }

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

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

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

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

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

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

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

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