#70294D

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

Shades of Flirt #70294D

Tints of Flirt #70294D

Color information

#70294D (or 0x70294D) is unknown color: approx Flirt. HEX triplet: 70, 29 and 4D. RGB value is (112,41,77). Sum of RGB (Red+Green+Blue) = 112+41+77=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70294D is #8FD6B2. Grayscale: #424242. Windows color (decimal): -9426611 or 5056880. OLE color: 5056880.

HSL color Cylindrical-coordinate representation of color #70294D: hue angle of 329.58º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70294D is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1124177-
CMYK00.630.310.56
HSL329.58º46.41%30%-
HSV(B)329.58º63.39%43.92%-
XYZ8.815.577.63-
YUV66.33134.02160.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=48.70%
G=17.83%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112417700.630.310.56329.5846.4130
Hex70294D03F1F3814a2e1e
Octal1605111507737705125636
Binary1110000101001100110101111111111111100010100101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70294D; }

 p { color: rgb(112,41,77); }

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

<style>
 a { background-color: #70294D; }

 a { background-color: rgb(112,41,77); }

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

<style>
 span { border-color: #70294D; }

 span { border-color: rgb(112,41,77); }

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