#66163D

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

Shades of Pompadour #66163D

Tints of Pompadour #66163D

Color information

#66163D (or 0x66163D) is unknown color: approx Pompadour. HEX triplet: 66, 16 and 3D. RGB value is (102,22,61). Sum of RGB (Red+Green+Blue) = 102+22+61=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66163D is #99E9C2. Grayscale: #323232. Windows color (decimal): -10086851 or 4003430. OLE color: 4003430.

HSL color Cylindrical-coordinate representation of color #66163D: hue angle of 330.75º 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 #66163D is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB1022261-
CMYK00.780.400.6
HSL330.75º64.52%24.31%-
HSV(B)330.75º78.43%40%-
XYZ6.613.744.79-
YUV50.37134164.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=55.14%
G=11.89%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102226100.780.400.6330.7564.5224.31
Hex66163D04E283C14b4118
Octal14626750116507451310130
Binary11001101011011110101001110101000111100101001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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