#70294F

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

Shades of Flirt #70294F

Tints of Flirt #70294F

Color information

#70294F (or 0x70294F) is unknown color: approx Flirt. HEX triplet: 70, 29 and 4F. RGB value is (112,41,79). Sum of RGB (Red+Green+Blue) = 112+41+79=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #70294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70294F is #8FD6B0. Grayscale: #424242. Windows color (decimal): -9426609 or 5187952. OLE color: 5187952.

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

Color convert

RGB1124179-
CMYK00.630.290.56
HSL327.89º46.41%30%-
HSV(B)327.89º63.39%43.92%-
XYZ8.895.68.01-
YUV66.56135.02160.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=48.28%
G=17.67%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112417900.630.290.56327.8946.4130
Hex70294F03F1D381482e1e
Octal1605111707735705105636
Binary1110000101001100111101111111110111100010100100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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