#66284F

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

Shades of Pompadour #66284F

Tints of Pompadour #66284F

Color information

#66284F (or 0x66284F) is unknown color: approx Pompadour. HEX triplet: 66, 28 and 4F. RGB value is (102,40,79). Sum of RGB (Red+Green+Blue) = 102+40+79=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #66284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66284F is #99D7B0. Grayscale: #3E3E3E. Windows color (decimal): -10082225 or 5187686. OLE color: 5187686.

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

Color convert

RGB1024079-
CMYK00.610.230.6
HSL322.26º43.66%27.84%-
HSV(B)322.26º60.78%40%-
XYZ7.654.917.94-
YUV62.98137.04155.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=46.15%
G=18.10%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102407900.610.230.6322.2643.6627.84
Hex66284F03D173C1422c1c
Octal1465011707527745025434
Binary1100110101000100111101111011011111110010100001010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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