#702951

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

Shades of Flirt #702951

Tints of Flirt #702951

Color information

#702951 (or 0x702951) is unknown color: approx Flirt. HEX triplet: 70, 29 and 51. RGB value is (112,41,81). Sum of RGB (Red+Green+Blue) = 112+41+81=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #702951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702951 is #8FD6AE. Grayscale: #424242. Windows color (decimal): -9426607 or 5319024. OLE color: 5319024.

HSL color Cylindrical-coordinate representation of color #702951: hue angle of 326.2º 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 #702951 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1124181-
CMYK00.630.280.56
HSL326.2º46.41%30%-
HSV(B)326.2º63.39%43.92%-
XYZ8.965.628.4-
YUV66.79136.02160.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=47.86%
G=17.52%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112418100.630.280.56326.246.4130
Hex70295103F1C381462e1e
Octal1605112107734705065636
Binary1110000101001101000101111111110011100010100011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702951; }

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

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

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

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

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

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

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

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