#702949

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

Shades of Flirt #702949

Tints of Flirt #702949

Color information

#702949 (or 0x702949) is unknown color: approx Flirt. HEX triplet: 70, 29 and 49. RGB value is (112,41,73). Sum of RGB (Red+Green+Blue) = 112+41+73=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #702949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702949 is #8FD6B6. Grayscale: #414141. Windows color (decimal): -9426615 or 4794736. OLE color: 4794736.

HSL color Cylindrical-coordinate representation of color #702949: hue angle of 332.96º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #702949 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1124173-
CMYK00.630.350.56
HSL332.96º46.41%30%-
HSV(B)332.96º63.39%43.92%-
XYZ8.685.516.91-
YUV65.88132.02160.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=49.56%
G=18.14%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112417300.630.350.56332.9646.4130
Hex70294903F233814d2e1e
Octal1605111107743705155636
Binary11100001010011001001011111110001111100010100110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702949; }

 p { color: rgb(112,41,73); }

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

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

 a { background-color: rgb(112,41,73); }

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

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

 span { border-color: rgb(112,41,73); }

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