#702C47

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

Shades of Flirt #702C47

Tints of Flirt #702C47

Color information

#702C47 (or 0x702C47) is unknown color: approx Flirt. HEX triplet: 70, 2C and 47. RGB value is (112,44,71). Sum of RGB (Red+Green+Blue) = 112+44+71=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #702C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C47 is #8FD3B8. Grayscale: #434343. Windows color (decimal): -9425849 or 4664432. OLE color: 4664432.

HSL color Cylindrical-coordinate representation of color #702C47: hue angle of 336.18º 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 #702C47 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1124471-
CMYK00.610.370.56
HSL336.18º43.59%30.59%-
HSV(B)336.18º60.71%43.92%-
XYZ8.725.76.6-
YUV67.41130.03159.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 44 (17.58% from 255) = 19.38%
BLUE value IS 71 (28.12% from 255) = 31.28%
R=49.34%
G=19.38%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112447100.610.370.56336.1843.5930.59
Hex702C4703D25381502c1f
Octal1605410707545705205437
Binary11100001011001000111011110110010111100010101000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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