#70194A

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

Shades of Pompadour #70194A

Tints of Pompadour #70194A

Color information

#70194A (or 0x70194A) is unknown color: approx Pompadour. HEX triplet: 70, 19 and 4A. RGB value is (112,25,74). Sum of RGB (Red+Green+Blue) = 112+25+74=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70194A is #8FE6B5. Grayscale: #383838. Windows color (decimal): -9430710 or 4856176. OLE color: 4856176.

HSL color Cylindrical-coordinate representation of color #70194A: hue angle of 326.21º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70194A is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1122574-
CMYK00.780.340.56
HSL326.21º63.5%26.86%-
HSV(B)326.21º77.68%43.92%-
XYZ8.274.636.94-
YUV56.6137.82167.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=53.08%
G=11.85%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112257400.780.340.56326.2163.526.86
Hex70194A04E2238146401b
Octal160311120116427050610033
Binary111000011001100101001001110100010111000101000110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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