#702D46

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

Shades of Flirt #702D46

Tints of Flirt #702D46

Color information

#702D46 (or 0x702D46) is unknown color: approx Flirt. HEX triplet: 70, 2D and 46. RGB value is (112,45,70). Sum of RGB (Red+Green+Blue) = 112+45+70=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #702D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D46 is #8FD2B9. Grayscale: #434343. Windows color (decimal): -9425594 or 4599152. OLE color: 4599152.

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

Color convert

RGB1124570-
CMYK00.600.380.56
HSL337.61º42.68%30.78%-
HSV(B)337.61º59.82%43.92%-
XYZ8.735.766.45-
YUV67.88129.2159.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 70 (27.73% from 255) = 30.84%
R=49.34%
G=19.82%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112457000.600.380.56337.6142.6830.78
Hex702D4603C26381522b1f
Octal1605510607446705225337
Binary11100001011011000110011110010011011100010101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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