#662049

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

Shades of Pompadour #662049

Tints of Pompadour #662049

Color information

#662049 (or 0x662049) is unknown color: approx Pompadour. HEX triplet: 66, 20 and 49. RGB value is (102,32,73). Sum of RGB (Red+Green+Blue) = 102+32+73=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #662049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662049 is #99DFB6. Grayscale: #393939. Windows color (decimal): -10084279 or 4792422. OLE color: 4792422.

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

Color convert

RGB1023273-
CMYK00.690.280.6
HSL324.86º52.24%26.27%-
HSV(B)324.86º68.63%40%-
XYZ7.24.346.76-
YUV57.6136.69159.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=49.28%
G=15.46%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102327300.690.280.6324.8652.2426.27
Hex6620490451C3C145341a
Octal14640111010534745056432
Binary11001101000001001001010001011110011110010100010111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662049; }

 p { color: rgb(102,32,73); }

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

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

 a { background-color: rgb(102,32,73); }

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

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

 span { border-color: rgb(102,32,73); }

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