#662449

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

Shades of Pompadour #662449

Tints of Pompadour #662449

Color information

#662449 (or 0x662449) is unknown color: approx Pompadour. HEX triplet: 66, 24 and 49. RGB value is (102,36,73). Sum of RGB (Red+Green+Blue) = 102+36+73=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #662449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662449 is #99DBB6. Grayscale: #3B3B3B. Windows color (decimal): -10083255 or 4793446. OLE color: 4793446.

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

Color convert

RGB1023673-
CMYK00.650.280.6
HSL326.36º47.83%27.06%-
HSV(B)326.36º64.71%40%-
XYZ7.314.576.8-
YUV59.95135.37157.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.34%
GREEN value IS 36 (14.45% from 255) = 17.06%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=48.34%
G=17.06%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102367300.650.280.6326.3647.8327.06
Hex6624490411C3C146301b
Octal14644111010134745066033
Binary11001101001001001001010000011110011110010100011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662449; }

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

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

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

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

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

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

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

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