#66194C

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

Shades of Pompadour #66194C

Tints of Pompadour #66194C

Color information

#66194C (or 0x66194C) is unknown color: approx Pompadour. HEX triplet: 66, 19 and 4C. RGB value is (102,25,76). Sum of RGB (Red+Green+Blue) = 102+25+76=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #66194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66194C is #99E6B3. Grayscale: #353535. Windows color (decimal): -10086068 or 4987238. OLE color: 4987238.

HSL color Cylindrical-coordinate representation of color #66194C: hue angle of 320.26º 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 #66194C is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1022576-
CMYK00.750.250.6
HSL320.26º60.63%24.9%-
HSV(B)320.26º75.49%40%-
XYZ7.134.047.24-
YUV53.84140.51162.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=50.25%
G=12.32%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102257600.750.250.6320.2660.6324.9
Hex66194C04B193C1403d19
Octal14631114011331745007531
Binary1100110110011001100010010111100111110010100000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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