#66154E

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

Shades of Pompadour #66154E

Tints of Pompadour #66154E

Color information

#66154E (or 0x66154E) is unknown color: approx Pompadour. HEX triplet: 66, 15 and 4E. RGB value is (102,21,78). Sum of RGB (Red+Green+Blue) = 102+21+78=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66154E is #99EAB1. Grayscale: #333333. Windows color (decimal): -10087090 or 5117286. OLE color: 5117286.

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

Color convert

RGB1022178-
CMYK00.790.240.6
HSL317.78º65.85%24.12%-
HSV(B)317.78º79.41%40%-
XYZ7.123.917.59-
YUV51.72142.84163.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=50.75%
G=10.45%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102217800.790.240.6317.7865.8524.12
Hex66154E04F183C13e4218
Octal146251160117307447610230
Binary11001101010110011100100111111000111100100111110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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