#702954

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

Shades of Flirt #702954

Tints of Flirt #702954

Color information

#702954 (or 0x702954) is unknown color: approx Flirt. HEX triplet: 70, 29 and 54. RGB value is (112,41,84). Sum of RGB (Red+Green+Blue) = 112+41+84=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #702954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702954 is #8FD6AB. Grayscale: #434343. Windows color (decimal): -9426604 or 5515632. OLE color: 5515632.

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

Color convert

RGB1124184-
CMYK00.630.250.56
HSL323.66º46.41%30%-
HSV(B)323.66º63.39%43.92%-
XYZ9.085.679-
YUV67.13137.52160-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=47.26%
G=17.30%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112418400.630.250.56323.6646.4130
Hex70295403F19381442e1e
Octal1605112407731705045636
Binary1110000101001101010001111111100111100010100010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702954; }

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

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

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

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

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

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

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

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