#66284E

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

Shades of Pompadour #66284E

Tints of Pompadour #66284E

Color information

#66284E (or 0x66284E) is unknown color: approx Pompadour. HEX triplet: 66, 28 and 4E. RGB value is (102,40,78). Sum of RGB (Red+Green+Blue) = 102+40+78=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #66284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66284E is #99D7B1. Grayscale: #3E3E3E. Windows color (decimal): -10082226 or 5122150. OLE color: 5122150.

HSL color Cylindrical-coordinate representation of color #66284E: hue angle of 323.23º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66284E is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1024078-
CMYK00.610.240.6
HSL323.23º43.66%27.84%-
HSV(B)323.23º60.78%40%-
XYZ7.614.897.75-
YUV62.87136.54155.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=46.36%
G=18.18%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102407800.610.240.6323.2343.6627.84
Hex66284E03D183C1432c1c
Octal1465011607530745035434
Binary1100110101000100111001111011100011110010100001110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66284E; }

 p { color: rgb(102,40,78); }

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

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

 a { background-color: rgb(102,40,78); }

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

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

 span { border-color: rgb(102,40,78); }

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