#702F48

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

Shades of Flirt #702F48

Tints of Flirt #702F48

Color information

#702F48 (or 0x702F48) is unknown color: approx Flirt. HEX triplet: 70, 2F and 48. RGB value is (112,47,72). Sum of RGB (Red+Green+Blue) = 112+47+72=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #702F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F48 is #8FD0B7. Grayscale: #454545. Windows color (decimal): -9425080 or 4730736. OLE color: 4730736.

HSL color Cylindrical-coordinate representation of color #702F48: hue angle of 336.92º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #702F48 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1124772-
CMYK00.580.360.56
HSL336.92º40.88%31.18%-
HSV(B)336.92º58.04%43.92%-
XYZ8.875.956.81-
YUV69.28129.53158.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 47 (18.75% from 255) = 20.35%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=48.48%
G=20.35%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112477200.580.360.56336.9240.8831.18
Hex702F4803A2438151291f
Octal1605711007244705215137
Binary11100001011111001000011101010010011100010101000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,47,72); }

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

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

 a { background-color: rgb(112,47,72); }

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

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

 span { border-color: rgb(112,47,72); }

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