#702955

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

Shades of Flirt #702955

Tints of Flirt #702955

Color information

#702955 (or 0x702955) is unknown color: approx Flirt. HEX triplet: 70, 29 and 55. RGB value is (112,41,85). Sum of RGB (Red+Green+Blue) = 112+41+85=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #702955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702955 is #8FD6AA. Grayscale: #434343. Windows color (decimal): -9426603 or 5581168. OLE color: 5581168.

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

Color convert

RGB1124185-
CMYK00.630.240.56
HSL322.82º46.41%30%-
HSV(B)322.82º63.39%43.92%-
XYZ9.115.699.21-
YUV67.24138.02159.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 41 (16.41% from 255) = 17.23%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=47.06%
G=17.23%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112418500.630.240.56322.8246.4130
Hex70295503F18381432e1e
Octal1605112507730705035636
Binary1110000101001101010101111111100011100010100001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702955; }

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

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

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

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

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

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

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

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