#70374E

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

Shades of Flirt #70374E

Tints of Flirt #70374E

Color information

#70374E (or 0x70374E) is unknown color: approx Flirt. HEX triplet: 70, 37 and 4E. RGB value is (112,55,78). Sum of RGB (Red+Green+Blue) = 112+55+78=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #70374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70374E is #8FC8B1. Grayscale: #4A4A4A. Windows color (decimal): -9423026 or 5126000. OLE color: 5126000.

HSL color Cylindrical-coordinate representation of color #70374E: hue angle of 335.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70374E is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1125578-
CMYK00.510.300.56
HSL335.79º34.13%32.75%-
HSV(B)335.79º50.89%43.92%-
XYZ9.426.738.01-
YUV74.66129.88154.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=45.71%
G=22.45%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112557800.510.300.56335.7934.1332.75
Hex70374E0331E381502221
Octal1606711606336705204241
Binary11100001101111001110011001111110111000101010000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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