#702D47

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

Shades of Flirt #702D47

Tints of Flirt #702D47

Color information

#702D47 (or 0x702D47) is unknown color: approx Flirt. HEX triplet: 70, 2D and 47. RGB value is (112,45,71). Sum of RGB (Red+Green+Blue) = 112+45+71=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #702D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D47 is #8FD2B8. Grayscale: #434343. Windows color (decimal): -9425593 or 4664688. OLE color: 4664688.

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

Color convert

RGB1124571-
CMYK00.600.370.56
HSL336.72º42.68%30.78%-
HSV(B)336.72º59.82%43.92%-
XYZ8.765.786.61-
YUV68129.7159.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 45 (17.97% from 255) = 19.74%
BLUE value IS 71 (28.12% from 255) = 31.14%
R=49.12%
G=19.74%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112457100.600.370.56336.7242.6830.78
Hex702D4703C25381512b1f
Octal1605510707445705215337
Binary11100001011011000111011110010010111100010101000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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