#661444

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

Shades of Pompadour #661444

Tints of Pompadour #661444

Color information

#661444 (or 0x661444) is unknown color: approx Pompadour. HEX triplet: 66, 14 and 44. RGB value is (102,20,68). Sum of RGB (Red+Green+Blue) = 102+20+68=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #661444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661444 is #99EBBB. Grayscale: #313131. Windows color (decimal): -10087356 or 4461670. OLE color: 4461670.

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

Color convert

RGB1022068-
CMYK00.800.330.6
HSL324.88º67.21%23.92%-
HSV(B)324.88º80.39%40%-
XYZ6.773.745.83-
YUV49.99138.17165.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=53.68%
G=10.53%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102206800.800.330.6324.8867.2123.92
Hex661444050213C1454318
Octal146241040120417450510330
Binary110011010100100010001010000100001111100101000101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661444; }

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

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

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

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

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

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

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

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