#70304A

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

Shades of Flirt #70304A

Tints of Flirt #70304A

Color information

#70304A (or 0x70304A) is unknown color: approx Flirt. HEX triplet: 70, 30 and 4A. RGB value is (112,48,74). Sum of RGB (Red+Green+Blue) = 112+48+74=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #70304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70304A is #8FCFB5. Grayscale: #464646. Windows color (decimal): -9424822 or 4862064. OLE color: 4862064.

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

Color convert

RGB1124874-
CMYK00.570.340.56
HSL335.62º40%31.37%-
HSV(B)335.62º57.14%43.92%-
XYZ8.986.057.17-
YUV70.1130.2157.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=47.86%
G=20.51%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112487400.570.340.56335.624031.37
Hex70304A0392238150281f
Octal1606011207142705205037
Binary11100001100001001010011100110001011100010101000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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