#662041

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

Shades of Pompadour #662041

Tints of Pompadour #662041

Color information

#662041 (or 0x662041) is unknown color: approx Pompadour. HEX triplet: 66, 20 and 41. RGB value is (102,32,65). Sum of RGB (Red+Green+Blue) = 102+32+65=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #662041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662041 is #99DFBE. Grayscale: #383838. Windows color (decimal): -10084287 or 4268134. OLE color: 4268134.

HSL color Cylindrical-coordinate representation of color #662041: hue angle of 331.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662041 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB1023265-
CMYK00.690.360.6
HSL331.71º52.24%26.27%-
HSV(B)331.71º68.63%40%-
XYZ6.954.245.45-
YUV56.69132.69160.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=51.26%
G=16.08%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102326500.690.360.6331.7152.2426.27
Hex662041045243C14c341a
Octal14640101010544745146432
Binary110011010000010000010100010110010011110010100110011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662041; }

 p { color: rgb(102,32,65); }

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

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

 a { background-color: rgb(102,32,65); }

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

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

 span { border-color: rgb(102,32,65); }

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