#70324A

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

Shades of Flirt #70324A

Tints of Flirt #70324A

Color information

#70324A (or 0x70324A) is unknown color: approx Flirt. HEX triplet: 70, 32 and 4A. RGB value is (112,50,74). Sum of RGB (Red+Green+Blue) = 112+50+74=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70324A is #8FCDB5. Grayscale: #474747. Windows color (decimal): -9424310 or 4862576. OLE color: 4862576.

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

Color convert

RGB1125074-
CMYK00.550.340.56
HSL336.77º38.27%31.76%-
HSV(B)336.77º55.36%43.92%-
XYZ9.066.227.2-
YUV71.27129.54157.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=47.46%
G=21.19%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112507400.550.340.56336.7738.2731.76
Hex70324A03722381512620
Octal1606211206742705214640
Binary111000011001010010100110111100010111000101010001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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