#70324E

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

Shades of Flirt #70324E

Tints of Flirt #70324E

Color information

#70324E (or 0x70324E) is unknown color: approx Flirt. HEX triplet: 70, 32 and 4E. RGB value is (112,50,78). Sum of RGB (Red+Green+Blue) = 112+50+78=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70324E is #8FCDB1. Grayscale: #474747. Windows color (decimal): -9424306 or 5124720. OLE color: 5124720.

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

Color convert

RGB1125078-
CMYK00.550.300.56
HSL332.9º38.27%31.76%-
HSV(B)332.9º55.36%43.92%-
XYZ9.26.287.93-
YUV71.73131.54156.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=46.67%
G=20.83%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112507800.550.300.56332.938.2731.76
Hex70324E0371E3814d2620
Octal1606211606736705154640
Binary11100001100101001110011011111110111000101001101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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