#661A40

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

Shades of Pompadour #661A40

Tints of Pompadour #661A40

Color information

#661A40 (or 0x661A40) is unknown color: approx Pompadour. HEX triplet: 66, 1A and 40. RGB value is (102,26,64). Sum of RGB (Red+Green+Blue) = 102+26+64=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #661A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A40 is #99E5BF. Grayscale: #343434. Windows color (decimal): -10085824 or 4201062. OLE color: 4201062.

HSL color Cylindrical-coordinate representation of color #661A40: hue angle of 330º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A40 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB1022664-
CMYK00.750.370.6
HSL330º59.38%25.1%-
HSV(B)330º74.51%40%-
XYZ6.773.935.25-
YUV53.06134.18162.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 26 (10.55% from 255) = 13.54%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=53.12%
G=13.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102266400.750.370.633059.3825.1
Hex661A4004B253C14a3b19
Octal14632100011345745127331
Binary11001101101010000000100101110010111110010100101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661A40; }

 p { color: rgb(102,26,64); }

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

<style>
 a { background-color: #661A40; }

 a { background-color: rgb(102,26,64); }

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

<style>
 span { border-color: #661A40; }

 span { border-color: rgb(102,26,64); }

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