#702F47

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

Shades of Flirt #702F47

Tints of Flirt #702F47

Color information

#702F47 (or 0x702F47) is unknown color: approx Flirt. HEX triplet: 70, 2F and 47. RGB value is (112,47,71). Sum of RGB (Red+Green+Blue) = 112+47+71=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #702F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F47 is #8FD0B8. Grayscale: #454545. Windows color (decimal): -9425081 or 4665200. OLE color: 4665200.

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

Color convert

RGB1124771-
CMYK00.580.370.56
HSL337.85º40.88%31.18%-
HSV(B)337.85º58.04%43.92%-
XYZ8.845.936.64-
YUV69.17129.03158.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 47 (18.75% from 255) = 20.43%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=48.70%
G=20.43%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112477100.580.370.56337.8540.8831.18
Hex702F4703A2538152291f
Octal1605710707245705225137
Binary11100001011111000111011101010010111100010101001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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