#66184E

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

Shades of Pompadour #66184E

Tints of Pompadour #66184E

Color information

#66184E (or 0x66184E) is unknown color: approx Pompadour. HEX triplet: 66, 18 and 4E. RGB value is (102,24,78). Sum of RGB (Red+Green+Blue) = 102+24+78=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #66184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66184E is #99E7B1. Grayscale: #353535. Windows color (decimal): -10086322 or 5118054. OLE color: 5118054.

HSL color Cylindrical-coordinate representation of color #66184E: hue angle of 318.46º 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 #66184E is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1022478-
CMYK00.760.240.6
HSL318.46º61.9%24.71%-
HSV(B)318.46º76.47%40%-
XYZ7.184.037.61-
YUV53.48141.84162.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=50%
G=11.76%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102247800.760.240.6318.4661.924.71
Hex66184E04C183C13e3e19
Octal14630116011430744767631
Binary1100110110001001110010011001100011110010011111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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