#70194F

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

Shades of Pompadour #70194F

Tints of Pompadour #70194F

Color information

#70194F (or 0x70194F) is unknown color: approx Pompadour. HEX triplet: 70, 19 and 4F. RGB value is (112,25,79). Sum of RGB (Red+Green+Blue) = 112+25+79=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #70194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70194F is #8FE6B0. Grayscale: #393939. Windows color (decimal): -9430705 or 5183856. OLE color: 5183856.

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

Color convert

RGB1122579-
CMYK00.780.290.56
HSL322.76º63.5%26.86%-
HSV(B)322.76º77.68%43.92%-
XYZ8.444.77.86-
YUV57.17140.32167.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=51.85%
G=11.57%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112257900.780.290.56322.7663.526.86
Hex70194F04E1D38143401b
Octal160311170116357050310033
Binary11100001100110011110100111011101111000101000011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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