#66154A

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

Shades of Pompadour #66154A

Tints of Pompadour #66154A

Color information

#66154A (or 0x66154A) is unknown color: approx Pompadour. HEX triplet: 66, 15 and 4A. RGB value is (102,21,74). Sum of RGB (Red+Green+Blue) = 102+21+74=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66154A is #99EAB5. Grayscale: #333333. Windows color (decimal): -10087094 or 4855142. OLE color: 4855142.

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

Color convert

RGB1022174-
CMYK00.790.270.6
HSL320.74º65.85%24.12%-
HSV(B)320.74º79.41%40%-
XYZ6.983.866.85-
YUV51.26140.84164.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.78%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=51.78%
G=10.66%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102217400.790.270.6320.7465.8524.12
Hex66154A04F1B3C1414218
Octal146251120117337450110230
Binary11001101010110010100100111111011111100101000001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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