#662447

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

Shades of Pompadour #662447

Tints of Pompadour #662447

Color information

#662447 (or 0x662447) is unknown color: approx Pompadour. HEX triplet: 66, 24 and 47. RGB value is (102,36,71). Sum of RGB (Red+Green+Blue) = 102+36+71=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #662447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662447 is #99DBB8. Grayscale: #3B3B3B. Windows color (decimal): -10083257 or 4662374. OLE color: 4662374.

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

Color convert

RGB1023671-
CMYK00.650.300.6
HSL328.18º47.83%27.06%-
HSV(B)328.18º64.71%40%-
XYZ7.254.546.46-
YUV59.72134.37158.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 71 (28.12% from 255) = 33.97%
R=48.80%
G=17.22%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102367100.650.300.6328.1847.8327.06
Hex6624470411E3C148301b
Octal14644107010136745106033
Binary11001101001001000111010000011111011110010100100011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662447; }

 p { color: rgb(102,36,71); }

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

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

 a { background-color: rgb(102,36,71); }

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

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

 span { border-color: rgb(102,36,71); }

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