#70334A

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

Shades of Flirt #70334A

Tints of Flirt #70334A

Color information

#70334A (or 0x70334A) is unknown color: approx Flirt. HEX triplet: 70, 33 and 4A. RGB value is (112,51,74). Sum of RGB (Red+Green+Blue) = 112+51+74=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70334A is #8FCCB5. Grayscale: #474747. Windows color (decimal): -9424054 or 4862832. OLE color: 4862832.

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

Color convert

RGB1125174-
CMYK00.540.340.56
HSL337.38º37.42%31.96%-
HSV(B)337.38º54.46%43.92%-
XYZ9.16.317.22-
YUV71.86129.21156.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=47.26%
G=21.52%
B=31.22%

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
Decimal112517400.540.340.56337.3837.4231.96
Hex70334A03622381512520
Octal1606311206642705214540
Binary111000011001110010100110110100010111000101010001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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