Html Css Color HEX #66204A Pompadour

📋 copy color: '#66204A'

red 102 ◦ green 32 ◦ blue 74

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

Shades of Pompadour #66204A

Tints of Pompadour #66204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.58%

R = 49.04%
G = 15.38%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#66204A (or 0x66204A) is known color: Pompadour. HEX triplet: 66, 20 and 4A. RGB value is (102,32,74). Sum of RGB (Red+Green+Blue) = 102+32+74=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #66204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66204A is #99DFB5. Grayscale: #393939. Windows color (decimal): -10084278 or 4857958. OLE color: 4857958.

HSL color Cylindrical-coordinate representation of color #66204A: hue angle of 324º 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 #66204A is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 32 74 -
CMYK 0 0.69 0.27 0.6
HSL 324º 0.52% 0.26% -
HSV(B) 324º 0.69% 0.4% -
XYZ 7.23 4.35 6.94 -
YUV 57.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 102 32 74 0 0.69 0.27 0.6 324 0.52 0.26
Hex 66 20 4A 0 45 1B 3C 144 34 1A
Octal 146 40 112 0 105 33 74 504 64 32
Binary 1100110 100000 1001010 0 1000101 11011 111100 101000100 110100 11010

Color Harmonies of #66204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66204A

Black with #66204A

Text Example


Text Example

White with #66204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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