#66194A

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

Shades of Pompadour #66194A

Tints of Pompadour #66194A

Color information

#66194A (or 0x66194A) is unknown color: approx Pompadour. HEX triplet: 66, 19 and 4A. RGB value is (102,25,74). Sum of RGB (Red+Green+Blue) = 102+25+74=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66194A is #99E6B5. Grayscale: #353535. Windows color (decimal): -10086070 or 4856166. OLE color: 4856166.

HSL color Cylindrical-coordinate representation of color #66194A: hue angle of 321.82º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66194A is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB1022574-
CMYK00.750.270.6
HSL321.82º60.63%24.9%-
HSV(B)321.82º75.49%40%-
XYZ7.064.016.88-
YUV53.61139.51162.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=50.75%
G=12.44%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102257400.750.270.6321.8260.6324.9
Hex66194A04B1B3C1423d19
Octal14631112011333745027531
Binary1100110110011001010010010111101111110010100001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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