Html Css Color HEX #66164C Pompadour

📋 copy color: '#66164C'

red 102 ◦ green 22 ◦ blue 76

#66164C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #66164C

Tints of Pompadour #66164C

RGB

 RED value IS 102 (40.23% from 255) = 51%

 GREEN value IS 22 (8.98% from 255) = 11%

 BLUE value IS 76 (30.08% from 255) = 38%

R = 51%
G = 11%
B = 38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66164C (or 0x66164C) is known color: Pompadour. HEX triplet: 66, 16 and 4C. RGB value is (102,22,76). Sum of RGB (Red+Green+Blue) = 102+22+76=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66164C is #99E9B3. Grayscale: #333333. Windows color (decimal): -10086836 or 4986470. OLE color: 4986470.

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

Color convert

RGB 102 22 76 -
CMYK 0 0.78 0.25 0.6
HSL 319.5º 0.65% 0.24% -
HSV(B) 319.5º 0.78% 0.4% -
XYZ 7.07 3.92 7.22 -
YUV 52.08 141.5 163.61 -
System Red Green Blue C M Y K H S L
Decimal 102 22 76 0 0.78 0.25 0.6 319.5 0.65 0.24
Hex 66 16 4C 0 4E 19 3C 140 41 18
Octal 146 26 114 0 116 31 74 500 101 30
Binary 1100110 10110 1001100 0 1001110 11001 111100 101000000 1000001 11000

Color Harmonies of #66164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66164C

Black with #66164C

Text Example


Text Example

White with #66164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66164C; }

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

 H1.HeaderClassName
 {
   color: #66164C;
 }
 .AnyTagClassName
 {
   color: #66164C;
 }
</style>

background-color css

<style>
 a { background-color: #66164C; }

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

 div.DivClassName
 {
   background-color: #66164C;
 }
 .BgClassName
 {
   background-color: #66164C;
 }
</style>

border-color css

<style>
 span { border-color: #66164C; }

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

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