#70334F

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

Shades of Flirt #70334F

Tints of Flirt #70334F

Color information

#70334F (or 0x70334F) is unknown color: approx Flirt. HEX triplet: 70, 33 and 4F. RGB value is (112,51,79). Sum of RGB (Red+Green+Blue) = 112+51+79=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70334F is #8FCCB0. Grayscale: #484848. Windows color (decimal): -9424049 or 5190512. OLE color: 5190512.

HSL color Cylindrical-coordinate representation of color #70334F: hue angle of 332.46º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70334F is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1125179-
CMYK00.540.290.56
HSL332.46º37.42%31.96%-
HSV(B)332.46º54.46%43.92%-
XYZ9.286.388.14-
YUV72.43131.71156.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=46.28%
G=21.07%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112517900.540.290.56332.4637.4231.96
Hex70334F0361D3814c2520
Octal1606311706635705144540
Binary11100001100111001111011011011101111000101001100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70334F; }

 p { color: rgb(112,51,79); }

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

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

 a { background-color: rgb(112,51,79); }

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

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

 span { border-color: rgb(112,51,79); }

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