#70344A

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

Shades of Flirt #70344A

Tints of Flirt #70344A

Color information

#70344A (or 0x70344A) is unknown color: approx Flirt. HEX triplet: 70, 34 and 4A. RGB value is (112,52,74). Sum of RGB (Red+Green+Blue) = 112+52+74=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70344A is #8FCBB5. Grayscale: #484848. Windows color (decimal): -9423798 or 4863088. OLE color: 4863088.

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

Color convert

RGB1125274-
CMYK00.540.340.56
HSL338º36.59%32.16%-
HSV(B)338º53.57%43.92%-
XYZ9.156.47.23-
YUV72.45128.88156.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 52 (20.70% from 255) = 21.85%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=47.06%
G=21.85%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112527400.540.340.5633836.5932.16
Hex70344A03622381522520
Octal1606411206642705224540
Binary111000011010010010100110110100010111000101010010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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