#70194E

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

Shades of Pompadour #70194E

Tints of Pompadour #70194E

Color information

#70194E (or 0x70194E) is unknown color: approx Pompadour. HEX triplet: 70, 19 and 4E. RGB value is (112,25,78). Sum of RGB (Red+Green+Blue) = 112+25+78=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #70194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70194E is #8FE6B1. Grayscale: #383838. Windows color (decimal): -9430706 or 5118320. OLE color: 5118320.

HSL color Cylindrical-coordinate representation of color #70194E: hue angle of 323.45º 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 #70194E is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1122578-
CMYK00.780.300.56
HSL323.45º63.5%26.86%-
HSV(B)323.45º77.68%43.92%-
XYZ8.44.697.67-
YUV57.05139.82167.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=52.09%
G=11.63%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112257800.780.300.56323.4563.526.86
Hex70194E04E1E38143401b
Octal160311160116367050310033
Binary11100001100110011100100111011110111000101000011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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