#66264D

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

Shades of Pompadour #66264D

Tints of Pompadour #66264D

Color information

#66264D (or 0x66264D) is unknown color: approx Pompadour. HEX triplet: 66, 26 and 4D. RGB value is (102,38,77). Sum of RGB (Red+Green+Blue) = 102+38+77=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66264D is #99D9B2. Grayscale: #3D3D3D. Windows color (decimal): -10082739 or 5056102. OLE color: 5056102.

HSL color Cylindrical-coordinate representation of color #66264D: hue angle of 323.44º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66264D is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1023877-
CMYK00.630.250.6
HSL323.44º45.71%27.45%-
HSV(B)323.44º62.75%40%-
XYZ7.514.757.54-
YUV61.58136.7156.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=47.00%
G=17.51%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102387700.630.250.6323.4445.7127.45
Hex66264D03F193C1432e1b
Octal1464611507731745035633
Binary1100110100110100110101111111100111110010100001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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