#66154D

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

Shades of Pompadour #66154D

Tints of Pompadour #66154D

Color information

#66154D (or 0x66154D) is unknown color: approx Pompadour. HEX triplet: 66, 15 and 4D. RGB value is (102,21,77). Sum of RGB (Red+Green+Blue) = 102+21+77=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66154D is #99EAB2. Grayscale: #333333. Windows color (decimal): -10087091 or 5051750. OLE color: 5051750.

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

Color convert

RGB1022177-
CMYK00.790.250.6
HSL318.52º65.85%24.12%-
HSV(B)318.52º79.41%40%-
XYZ7.093.97.4-
YUV51.6142.34163.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=51%
G=10.5%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102217700.790.250.6318.5265.8524.12
Hex66154D04F193C13f4218
Octal146251150117317447710230
Binary11001101010110011010100111111001111100100111111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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