#702D54

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

Shades of Flirt #702D54

Tints of Flirt #702D54

Color information

#702D54 (or 0x702D54) is unknown color: approx Flirt. HEX triplet: 70, 2D and 54. RGB value is (112,45,84). Sum of RGB (Red+Green+Blue) = 112+45+84=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #702D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D54 is #8FD2AB. Grayscale: #454545. Windows color (decimal): -9425580 or 5516656. OLE color: 5516656.

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

Color convert

RGB1124584-
CMYK00.600.250.56
HSL325.07º42.68%30.78%-
HSV(B)325.07º59.82%43.92%-
XYZ9.225.969.05-
YUV69.48136.2158.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 84 (33.20% from 255) = 34.85%
R=46.47%
G=18.67%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112458400.600.250.56325.0742.6830.78
Hex702D5403C19381452b1f
Octal1605512407431705055337
Binary1110000101101101010001111001100111100010100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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