#661A41

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

Shades of Pompadour #661A41

Tints of Pompadour #661A41

Color information

#661A41 (or 0x661A41) is unknown color: approx Pompadour. HEX triplet: 66, 1A and 41. RGB value is (102,26,65). Sum of RGB (Red+Green+Blue) = 102+26+65=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #661A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A41 is #99E5BE. Grayscale: #353535. Windows color (decimal): -10085823 or 4266598. OLE color: 4266598.

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

Color convert

RGB1022665-
CMYK00.750.360.6
HSL329.21º59.38%25.1%-
HSV(B)329.21º74.51%40%-
XYZ6.83.955.4-
YUV53.17134.68162.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 26 (10.55% from 255) = 13.47%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=52.85%
G=13.47%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102266500.750.360.6329.2159.3825.1
Hex661A4104B243C1493b19
Octal14632101011344745117331
Binary11001101101010000010100101110010011110010100100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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