Html Css Color HEX #80124D Pompadour

📋 copy color: '#80124D'

red 128 ◦ green 18 ◦ blue 77

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

Shades of Pompadour #80124D

Tints of Pompadour #80124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 57.4%
G = 8.07%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80124D (or 0x80124D) is known color: Pompadour. HEX triplet: 80, 12 and 4D. RGB value is (128,18,77). Sum of RGB (Red+Green+Blue) = 128+18+77=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80124D is #7FEDB2. Grayscale: #393939. Windows color (decimal): -8383923 or 5051008. OLE color: 5051008.

HSL color Cylindrical-coordinate representation of color #80124D: hue angle of 327.82º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80124D is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 18 77 -
CMYK 0 0.86 0.40 0.50
HSL 327.82º 0.75% 0.29% -
HSV(B) 327.82º 0.86% 0.5% -
XYZ 10.46 5.56 7.54 -
YUV 57.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 128 18 77 0 0.86 0.40 0.50 327.82 0.75 0.29
Hex 80 12 4D 0 56 28 32 148 4B 1D
Octal 200 22 115 0 126 50 62 510 113 35
Binary 10000000 10010 1001101 0 1010110 101000 110010 101001000 1001011 11101

Color Harmonies of #80124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80124D

Black with #80124D

Text Example


Text Example

White with #80124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80124D; }

 p { color: rgb(128,18,77); }

 H1.HeaderClassName
 {
   color: #80124D;
 }
 .AnyTagClassName
 {
   color: #80124D;
 }
</style>

background-color css

<style>
 a { background-color: #80124D; }

 a { background-color: rgb(128,18,77); }

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

border-color css

<style>
 span { border-color: #80124D; }

 span { border-color: rgb(128,18,77); }

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