#70344E

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

Shades of Flirt #70344E

Tints of Flirt #70344E

Color information

#70344E (or 0x70344E) is unknown color: approx Flirt. HEX triplet: 70, 34 and 4E. RGB value is (112,52,78). Sum of RGB (Red+Green+Blue) = 112+52+78=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70344E is #8FCBB1. Grayscale: #484848. Windows color (decimal): -9423794 or 5125232. OLE color: 5125232.

HSL color Cylindrical-coordinate representation of color #70344E: hue angle of 334º 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 #70344E is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1125278-
CMYK00.540.300.56
HSL334º36.59%32.16%-
HSV(B)334º53.57%43.92%-
XYZ9.296.457.96-
YUV72.9130.88155.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=46.28%
G=21.49%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112527800.540.300.5633436.5932.16
Hex70344E0361E3814e2520
Octal1606411606636705164540
Binary11100001101001001110011011011110111000101001110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70344E; }

 p { color: rgb(112,52,78); }

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

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

 a { background-color: rgb(112,52,78); }

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

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

 span { border-color: rgb(112,52,78); }

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