#702A46

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

Shades of Flirt #702A46

Tints of Flirt #702A46

Color information

#702A46 (or 0x702A46) is unknown color: approx Flirt. HEX triplet: 70, 2A and 46. RGB value is (112,42,70). Sum of RGB (Red+Green+Blue) = 112+42+70=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #702A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A46 is #8FD5B9. Grayscale: #424242. Windows color (decimal): -9426362 or 4598384. OLE color: 4598384.

HSL color Cylindrical-coordinate representation of color #702A46: hue angle of 336º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702A46 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1124270-
CMYK00.620.380.56
HSL336º45.45%30.2%-
HSV(B)336º62.5%43.92%-
XYZ8.625.546.41-
YUV66.12130.19160.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=50%
G=18.75%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112427000.620.380.5633645.4530.2
Hex702A4603E26381502d1e
Octal1605210607646705205536
Binary11100001010101000110011111010011011100010101000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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