Html Css Color HEX #66204C Pompadour

📋 copy color: '#66204C'

red 102 ◦ green 32 ◦ blue 76

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

Shades of Pompadour #66204C

Tints of Pompadour #66204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

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

R = 48.57%
G = 15.24%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66204C (or 0x66204C) is known color: Pompadour. HEX triplet: 66, 20 and 4C. RGB value is (102,32,76). Sum of RGB (Red+Green+Blue) = 102+32+76=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #66204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66204C is #99DFB3. Grayscale: #393939. Windows color (decimal): -10084276 or 4989030. OLE color: 4989030.

HSL color Cylindrical-coordinate representation of color #66204C: hue angle of 322.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66204C is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 32 76 -
CMYK 0 0.69 0.25 0.6
HSL 322.29º 0.52% 0.26% -
HSV(B) 322.29º 0.69% 0.4% -
XYZ 7.3 4.38 7.3 -
YUV 57.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 102 32 76 0 0.69 0.25 0.6 322.29 0.52 0.26
Hex 66 20 4C 0 45 19 3C 142 34 1A
Octal 146 40 114 0 105 31 74 502 64 32
Binary 1100110 100000 1001100 0 1000101 11001 111100 101000010 110100 11010

Color Harmonies of #66204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66204C

Black with #66204C

Text Example


Text Example

White with #66204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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