#702E47

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

Shades of Flirt #702E47

Tints of Flirt #702E47

Color information

#702E47 (or 0x702E47) is unknown color: approx Flirt. HEX triplet: 70, 2E and 47. RGB value is (112,46,71). Sum of RGB (Red+Green+Blue) = 112+46+71=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #702E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E47 is #8FD1B8. Grayscale: #444444. Windows color (decimal): -9425337 or 4664944. OLE color: 4664944.

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

Color convert

RGB1124671-
CMYK00.590.370.56
HSL337.27º41.77%30.98%-
HSV(B)337.27º58.93%43.92%-
XYZ8.85.856.63-
YUV68.58129.37158.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 46 (18.36% from 255) = 20.09%
BLUE value IS 71 (28.12% from 255) = 31.00%
R=48.91%
G=20.09%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112467100.590.370.56337.2741.7730.98
Hex702E4703B25381512a1f
Octal1605610707345705215237
Binary11100001011101000111011101110010111100010101000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,46,71); }

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

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

 a { background-color: rgb(112,46,71); }

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

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

 span { border-color: rgb(112,46,71); }

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