#66154F

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

Shades of Pompadour #66154F

Tints of Pompadour #66154F

Color information

#66154F (or 0x66154F) is unknown color: approx Pompadour. HEX triplet: 66, 15 and 4F. RGB value is (102,21,79). Sum of RGB (Red+Green+Blue) = 102+21+79=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #66154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66154F is #99EAB0. Grayscale: #333333. Windows color (decimal): -10087089 or 5182822. OLE color: 5182822.

HSL color Cylindrical-coordinate representation of color #66154F: hue angle of 317.04º 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 #66154F is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB1022179-
CMYK00.790.230.6
HSL317.04º65.85%24.12%-
HSV(B)317.04º79.41%40%-
XYZ7.163.937.78-
YUV51.83143.34163.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 21 (8.59% from 255) = 10.40%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=50.50%
G=10.40%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102217900.790.230.6317.0465.8524.12
Hex66154F04F173C13d4218
Octal146251170117277447510230
Binary11001101010110011110100111110111111100100111101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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