Html Css Color HEX #80164C Pompadour

📋 copy color: '#80164C'

red 128 ◦ green 22 ◦ blue 76

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

Shades of Pompadour #80164C

Tints of Pompadour #80164C

RGB

 RED value IS 128 (50.39% from 255) = 56.64%

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

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

R = 56.64%
G = 9.73%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80164C (or 0x80164C) is known color: Pompadour. HEX triplet: 80, 16 and 4C. RGB value is (128,22,76). Sum of RGB (Red+Green+Blue) = 128+22+76=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80164C is #7FE9B3. Grayscale: #3B3B3B. Windows color (decimal): -8382900 or 4986496. OLE color: 4986496.

HSL color Cylindrical-coordinate representation of color #80164C: hue angle of 329.43º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80164C is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 22 76 -
CMYK 0 0.83 0.41 0.50
HSL 329.43º 0.71% 0.29% -
HSV(B) 329.43º 0.83% 0.5% -
XYZ 10.49 5.68 7.38 -
YUV 59.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 128 22 76 0 0.83 0.41 0.50 329.43 0.71 0.29
Hex 80 16 4C 0 53 29 32 149 47 1D
Octal 200 26 114 0 123 51 62 511 107 35
Binary 10000000 10110 1001100 0 1010011 101001 110010 101001001 1000111 11101

Color Harmonies of #80164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80164C

Black with #80164C

Text Example


Text Example

White with #80164C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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