#702A48

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

Shades of Flirt #702A48

Tints of Flirt #702A48

Color information

#702A48 (or 0x702A48) is unknown color: approx Flirt. HEX triplet: 70, 2A and 48. RGB value is (112,42,72). Sum of RGB (Red+Green+Blue) = 112+42+72=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #702A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A48 is #8FD5B7. Grayscale: #424242. Windows color (decimal): -9426360 or 4729456. OLE color: 4729456.

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

Color convert

RGB1124272-
CMYK00.620.360.56
HSL334.29º45.45%30.2%-
HSV(B)334.29º62.5%43.92%-
XYZ8.685.576.75-
YUV66.35131.19160.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=49.56%
G=18.58%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112427200.620.360.56334.2945.4530.2
Hex702A4803E243814e2d1e
Octal1605211007644705165536
Binary11100001010101001000011111010010011100010100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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