#66163F

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

Shades of Pompadour #66163F

Tints of Pompadour #66163F

Color information

#66163F (or 0x66163F) is unknown color: approx Pompadour. HEX triplet: 66, 16 and 3F. RGB value is (102,22,63). Sum of RGB (Red+Green+Blue) = 102+22+63=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #66163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66163F is #99E9C0. Grayscale: #323232. Windows color (decimal): -10086849 or 4134502. OLE color: 4134502.

HSL color Cylindrical-coordinate representation of color #66163F: hue angle of 329.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66163F is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB1022263-
CMYK00.780.380.6
HSL329.25º64.52%24.31%-
HSV(B)329.25º78.43%40%-
XYZ6.663.765.08-
YUV50.59135164.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 63 (25% from 255) = 33.69%
R=54.55%
G=11.76%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102226300.780.380.6329.2564.5224.31
Hex66163F04E263C1494118
Octal14626770116467451110130
Binary11001101011011111101001110100110111100101001001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,22,63); }

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

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

 a { background-color: rgb(102,22,63); }

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

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

 span { border-color: rgb(102,22,63); }

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