#70304C

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

Shades of Flirt #70304C

Tints of Flirt #70304C

Color information

#70304C (or 0x70304C) is unknown color: approx Flirt. HEX triplet: 70, 30 and 4C. RGB value is (112,48,76). Sum of RGB (Red+Green+Blue) = 112+48+76=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70304C is #8FCFB3. Grayscale: #464646. Windows color (decimal): -9424820 or 4993136. OLE color: 4993136.

HSL color Cylindrical-coordinate representation of color #70304C: hue angle of 333.75º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70304C is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1124876-
CMYK00.570.320.56
HSL333.75º40%31.37%-
HSV(B)333.75º57.14%43.92%-
XYZ9.046.087.53-
YUV70.33131.2157.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=47.46%
G=20.34%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112487600.570.320.56333.754031.37
Hex70304C039203814e281f
Octal1606011407140705165037
Binary11100001100001001100011100110000011100010100111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70304C; }

 p { color: rgb(112,48,76); }

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

<style>
 a { background-color: #70304C; }

 a { background-color: rgb(112,48,76); }

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

<style>
 span { border-color: #70304C; }

 span { border-color: rgb(112,48,76); }

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