#66264B

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

Shades of Pompadour #66264B

Tints of Pompadour #66264B

Color information

#66264B (or 0x66264B) is unknown color: approx Pompadour. HEX triplet: 66, 26 and 4B. RGB value is (102,38,75). Sum of RGB (Red+Green+Blue) = 102+38+75=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66264B is #99D9B4. Grayscale: #3D3D3D. Windows color (decimal): -10082741 or 4925030. OLE color: 4925030.

HSL color Cylindrical-coordinate representation of color #66264B: hue angle of 325.31º 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 #66264B is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB1023875-
CMYK00.630.260.6
HSL325.31º45.71%27.45%-
HSV(B)325.31º62.75%40%-
XYZ7.444.727.18-
YUV61.35135.7156.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=47.44%
G=17.67%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102387500.630.260.6325.3145.7127.45
Hex66264B03F1A3C1452e1b
Octal1464611307732745055633
Binary1100110100110100101101111111101011110010100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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