Html Css Color HEX #80114C Pompadour

📋 copy color: '#80114C'

red 128 ◦ green 17 ◦ blue 76

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

Shades of Pompadour #80114C

Tints of Pompadour #80114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.69%

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

R = 57.92%
G = 7.69%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80114C (or 0x80114C) is known color: Pompadour. HEX triplet: 80, 11 and 4C. RGB value is (128,17,76). Sum of RGB (Red+Green+Blue) = 128+17+76=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #80114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80114C is #7FEEB3. Grayscale: #383838. Windows color (decimal): -8384180 or 4985216. OLE color: 4985216.

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

Color convert

RGB 128 17 76 -
CMYK 0 0.87 0.41 0.50
HSL 328.11º 0.77% 0.28% -
HSV(B) 328.11º 0.87% 0.5% -
XYZ 10.41 5.51 7.35 -
YUV 56.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 128 17 76 0 0.87 0.41 0.50 328.11 0.77 0.28
Hex 80 11 4C 0 57 29 32 148 4D 1C
Octal 200 21 114 0 127 51 62 510 115 34
Binary 10000000 10001 1001100 0 1010111 101001 110010 101001000 1001101 11100

Color Harmonies of #80114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80114C

Black with #80114C

Text Example


Text Example

White with #80114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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