#661C41

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

Shades of Pompadour #661C41

Tints of Pompadour #661C41

Color information

#661C41 (or 0x661C41) is unknown color: approx Pompadour. HEX triplet: 66, 1C and 41. RGB value is (102,28,65). Sum of RGB (Red+Green+Blue) = 102+28+65=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #661C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C41 is #99E3BE. Grayscale: #363636. Windows color (decimal): -10085311 or 4267110. OLE color: 4267110.

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

Color convert

RGB1022865-
CMYK00.730.360.6
HSL330º56.92%25.49%-
HSV(B)330º72.55%40%-
XYZ6.854.045.42-
YUV54.34134.02161.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 65 (25.78% from 255) = 33.33%
R=52.31%
G=14.36%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102286500.730.360.633056.9225.49
Hex661C41049243C14a3919
Octal14634101011144745127131
Binary11001101110010000010100100110010011110010100101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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