Html Css Color HEX #66224C Pompadour

📋 copy color: '#66224C'

red 102 ◦ green 34 ◦ blue 76

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

Shades of Pompadour #66224C

Tints of Pompadour #66224C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.04%

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

R = 48.11%
G = 16.04%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66224C (or 0x66224C) is known color: Pompadour. HEX triplet: 66, 22 and 4C. RGB value is (102,34,76). Sum of RGB (Red+Green+Blue) = 102+34+76=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66224C is #99DDB3. Grayscale: #3B3B3B. Windows color (decimal): -10083764 or 4989542. OLE color: 4989542.

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

Color convert

RGB 102 34 76 -
CMYK 0 0.67 0.25 0.6
HSL 322.94º 0.5% 0.27% -
HSV(B) 322.94º 0.67% 0.4% -
XYZ 7.36 4.49 7.32 -
YUV 59.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 102 34 76 0 0.67 0.25 0.6 322.94 0.5 0.27
Hex 66 22 4C 0 43 19 3C 143 32 1B
Octal 146 42 114 0 103 31 74 503 62 33
Binary 1100110 100010 1001100 0 1000011 11001 111100 101000011 110010 11011

Color Harmonies of #66224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66224C

Black with #66224C

Text Example


Text Example

White with #66224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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