#661441

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

Shades of Pompadour #661441

Tints of Pompadour #661441

Color information

#661441 (or 0x661441) is unknown color: approx Pompadour. HEX triplet: 66, 14 and 41. RGB value is (102,20,65). Sum of RGB (Red+Green+Blue) = 102+20+65=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #661441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661441 is #99EBBE. Grayscale: #313131. Windows color (decimal): -10087359 or 4265062. OLE color: 4265062.

HSL color Cylindrical-coordinate representation of color #661441: hue angle of 327.07º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661441 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB1022065-
CMYK00.800.360.6
HSL327.07º67.21%23.92%-
HSV(B)327.07º80.39%40%-
XYZ6.683.715.36-
YUV49.65136.67165.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=54.55%
G=10.70%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102206500.800.360.6327.0767.2123.92
Hex661441050243C1474318
Octal146241010120447450710330
Binary110011010100100000101010000100100111100101000111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661441; }

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

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

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

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

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

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

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

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