#661648

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

Shades of Pompadour #661648

Tints of Pompadour #661648

Color information

#661648 (or 0x661648) is unknown color: approx Pompadour. HEX triplet: 66, 16 and 48. RGB value is (102,22,72). Sum of RGB (Red+Green+Blue) = 102+22+72=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #661648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661648 is #99E9B7. Grayscale: #333333. Windows color (decimal): -10086840 or 4724326. OLE color: 4724326.

HSL color Cylindrical-coordinate representation of color #661648: hue angle of 322.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #661648 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB1022272-
CMYK00.780.290.6
HSL322.5º64.52%24.31%-
HSV(B)322.5º78.43%40%-
XYZ6.943.876.51-
YUV51.62139.5163.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=52.04%
G=11.22%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102227200.780.290.6322.564.5224.31
Hex66164804E1D3C1424118
Octal146261100116357450210130
Binary11001101011010010000100111011101111100101000010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661648; }

 p { color: rgb(102,22,72); }

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

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

 a { background-color: rgb(102,22,72); }

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

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

 span { border-color: rgb(102,22,72); }

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