#662541

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

Shades of Pompadour #662541

Tints of Pompadour #662541

Color information

#662541 (or 0x662541) is unknown color: approx Pompadour. HEX triplet: 66, 25 and 41. RGB value is (102,37,65). Sum of RGB (Red+Green+Blue) = 102+37+65=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #662541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662541 is #99DABE. Grayscale: #3B3B3B. Windows color (decimal): -10083007 or 4269414. OLE color: 4269414.

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

Color convert

RGB1023765-
CMYK00.640.360.6
HSL334.15º46.76%27.25%-
HSV(B)334.15º63.73%40%-
XYZ7.14.535.5-
YUV59.63131.03158.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=50%
G=18.14%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102376500.640.360.6334.1546.7627.25
Hex662541040243C14e2f1b
Octal14645101010044745165733
Binary110011010010110000010100000010010011110010100111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662541; }

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

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

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

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

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

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

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

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