#70344D

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

Shades of Flirt #70344D

Tints of Flirt #70344D

Color information

#70344D (or 0x70344D) is unknown color: approx Flirt. HEX triplet: 70, 34 and 4D. RGB value is (112,52,77). Sum of RGB (Red+Green+Blue) = 112+52+77=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70344D is #8FCBB2. Grayscale: #484848. Windows color (decimal): -9423795 or 5059696. OLE color: 5059696.

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

Color convert

RGB1125277-
CMYK00.540.310.56
HSL335º36.59%32.16%-
HSV(B)335º53.57%43.92%-
XYZ9.256.447.78-
YUV72.79130.38155.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=46.47%
G=21.58%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112527700.540.310.5633536.5932.16
Hex70344D0361F3814f2520
Octal1606411506637705174540
Binary11100001101001001101011011011111111000101001111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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