#662540

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

Shades of Pompadour #662540

Tints of Pompadour #662540

Color information

#662540 (or 0x662540) is unknown color: approx Pompadour. HEX triplet: 66, 25 and 40. RGB value is (102,37,64). Sum of RGB (Red+Green+Blue) = 102+37+64=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #662540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662540 is #99DABF. Grayscale: #3B3B3B. Windows color (decimal): -10083008 or 4203878. OLE color: 4203878.

HSL color Cylindrical-coordinate representation of color #662540: hue angle of 335.08º 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 #662540 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB1023764-
CMYK00.640.370.6
HSL335.08º46.76%27.25%-
HSV(B)335.08º63.73%40%-
XYZ7.074.525.35-
YUV59.51130.53158.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=50.25%
G=18.23%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102376400.640.370.6335.0846.7627.25
Hex662540040253C14f2f1b
Octal14645100010045745175733
Binary110011010010110000000100000010010111110010100111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662540; }

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

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

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

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

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

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

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

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