#70324F

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

Shades of Flirt #70324F

Tints of Flirt #70324F

Color information

#70324F (or 0x70324F) is unknown color: approx Flirt. HEX triplet: 70, 32 and 4F. RGB value is (112,50,79). Sum of RGB (Red+Green+Blue) = 112+50+79=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70324F is #8FCDB0. Grayscale: #474747. Windows color (decimal): -9424305 or 5190256. OLE color: 5190256.

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

Color convert

RGB1125079-
CMYK00.550.290.56
HSL331.94º38.27%31.76%-
HSV(B)331.94º55.36%43.92%-
XYZ9.236.298.12-
YUV71.84132.04156.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=46.47%
G=20.75%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112507900.550.290.56331.9438.2731.76
Hex70324F0371D3814c2620
Octal1606211706735705144640
Binary11100001100101001111011011111101111000101001100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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