#66184A

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

Shades of Pompadour #66184A

Tints of Pompadour #66184A

Color information

#66184A (or 0x66184A) is unknown color: approx Pompadour. HEX triplet: 66, 18 and 4A. RGB value is (102,24,74). Sum of RGB (Red+Green+Blue) = 102+24+74=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66184A is #99E7B5. Grayscale: #343434. Windows color (decimal): -10086326 or 4855910. OLE color: 4855910.

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

Color convert

RGB1022474-
CMYK00.760.270.6
HSL321.54º61.9%24.71%-
HSV(B)321.54º76.47%40%-
XYZ7.043.976.87-
YUV53.02139.84162.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 74 (29.30% from 255) = 37%
R=51%
G=12%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102247400.760.270.6321.5461.924.71
Hex66184A04C1B3C1423e19
Octal14630112011433745027631
Binary1100110110001001010010011001101111110010100001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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