#66284D

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

Shades of Pompadour #66284D

Tints of Pompadour #66284D

Color information

#66284D (or 0x66284D) is unknown color: approx Pompadour. HEX triplet: 66, 28 and 4D. RGB value is (102,40,77). Sum of RGB (Red+Green+Blue) = 102+40+77=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #66284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66284D is #99D7B2. Grayscale: #3E3E3E. Windows color (decimal): -10082227 or 5056614. OLE color: 5056614.

HSL color Cylindrical-coordinate representation of color #66284D: hue angle of 324.19º 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 #66284D is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1024077-
CMYK00.610.250.6
HSL324.19º43.66%27.84%-
HSV(B)324.19º60.78%40%-
XYZ7.584.887.56-
YUV62.76136.04155.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=46.58%
G=18.26%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102407700.610.250.6324.1943.6627.84
Hex66284D03D193C1442c1c
Octal1465011507531745045434
Binary1100110101000100110101111011100111110010100010010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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