#66164D

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

Shades of Pompadour #66164D

Tints of Pompadour #66164D

Color information

#66164D (or 0x66164D) is unknown color: approx Pompadour. HEX triplet: 66, 16 and 4D. RGB value is (102,22,77). Sum of RGB (Red+Green+Blue) = 102+22+77=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66164D is #99E9B2. Grayscale: #343434. Windows color (decimal): -10086835 or 5052006. OLE color: 5052006.

HSL color Cylindrical-coordinate representation of color #66164D: hue angle of 318.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66164D is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1022277-
CMYK00.780.250.6
HSL318.75º64.52%24.31%-
HSV(B)318.75º78.43%40%-
XYZ7.113.937.41-
YUV52.19142163.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=50.75%
G=10.95%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102227700.780.250.6318.7564.5224.31
Hex66164D04E193C13f4118
Octal146261150116317447710130
Binary11001101011010011010100111011001111100100111111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66164D; }

 p { color: rgb(102,22,77); }

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

<style>
 a { background-color: #66164D; }

 a { background-color: rgb(102,22,77); }

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

<style>
 span { border-color: #66164D; }

 span { border-color: rgb(102,22,77); }

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