#70344C

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

Shades of Flirt #70344C

Tints of Flirt #70344C

Color information

#70344C (or 0x70344C) is unknown color: approx Flirt. HEX triplet: 70, 34 and 4C. RGB value is (112,52,76). Sum of RGB (Red+Green+Blue) = 112+52+76=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70344C is #8FCBB3. Grayscale: #484848. Windows color (decimal): -9423796 or 4994160. OLE color: 4994160.

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

Color convert

RGB1125276-
CMYK00.540.320.56
HSL336º36.59%32.16%-
HSV(B)336º53.57%43.92%-
XYZ9.216.427.59-
YUV72.68129.88156.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=46.67%
G=21.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112527600.540.320.5633636.5932.16
Hex70344C03620381502520
Octal1606411406640705204540
Binary111000011010010011000110110100000111000101010000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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