#662144

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

Shades of Pompadour #662144

Tints of Pompadour #662144

Color information

#662144 (or 0x662144) is unknown color: approx Pompadour. HEX triplet: 66, 21 and 44. RGB value is (102,33,68). Sum of RGB (Red+Green+Blue) = 102+33+68=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #662144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662144 is #99DEBB. Grayscale: #393939. Windows color (decimal): -10084028 or 4464998. OLE color: 4464998.

HSL color Cylindrical-coordinate representation of color #662144: hue angle of 329.57º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662144 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB1023368-
CMYK00.680.330.6
HSL329.57º51.11%26.47%-
HSV(B)329.57º67.65%40%-
XYZ7.074.335.93-
YUV57.62133.86159.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=50.25%
G=16.26%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102336800.680.330.6329.5751.1126.47
Hex662144044213C14a331a
Octal14641104010441745126332
Binary110011010000110001000100010010000111110010100101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662144; }

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

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

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

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

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

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

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

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