#661E43

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

Shades of Pompadour #661E43

Tints of Pompadour #661E43

Color information

#661E43 (or 0x661E43) is unknown color: approx Pompadour. HEX triplet: 66, 1E and 43. RGB value is (102,30,67). Sum of RGB (Red+Green+Blue) = 102+30+67=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #661E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661E43 is #99E1BC. Grayscale: #373737. Windows color (decimal): -10084797 or 4398694. OLE color: 4398694.

HSL color Cylindrical-coordinate representation of color #661E43: hue angle of 329.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #661E43 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.6.

Color convert

RGB1023067-
CMYK00.710.340.6
HSL329.17º54.55%25.88%-
HSV(B)329.17º70.59%40%-
XYZ6.964.165.75-
YUV55.75134.35160.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 67 (26.56% from 255) = 33.67%
R=51.26%
G=15.08%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102306700.710.340.6329.1754.5525.88
Hex661E43047223C149371a
Octal14636103010742745116732
Binary11001101111010000110100011110001011110010100100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,30,67); }

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

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

 a { background-color: rgb(102,30,67); }

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

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

 span { border-color: rgb(102,30,67); }

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