#66214B

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

Shades of Pompadour #66214B

Tints of Pompadour #66214B

Color information

#66214B (or 0x66214B) is unknown color: approx Pompadour. HEX triplet: 66, 21 and 4B. RGB value is (102,33,75). Sum of RGB (Red+Green+Blue) = 102+33+75=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #66214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66214B is #99DEB4. Grayscale: #3A3A3A. Windows color (decimal): -10084021 or 4923750. OLE color: 4923750.

HSL color Cylindrical-coordinate representation of color #66214B: hue angle of 323.48º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66214B is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB1023375-
CMYK00.680.260.6
HSL323.48º51.11%26.47%-
HSV(B)323.48º67.65%40%-
XYZ7.294.427.13-
YUV58.42137.36159.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.57%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=48.57%
G=15.71%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102337500.680.260.6323.4851.1126.47
Hex66214B0441A3C143331a
Octal14641113010432745036332
Binary11001101000011001011010001001101011110010100001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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