Html Css Color HEX #80144C Pompadour

📋 copy color: '#80144C'

red 128 ◦ green 20 ◦ blue 76

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

Shades of Pompadour #80144C

Tints of Pompadour #80144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

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

R = 57.14%
G = 8.93%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80144C (or 0x80144C) is known color: Pompadour. HEX triplet: 80, 14 and 4C. RGB value is (128,20,76). Sum of RGB (Red+Green+Blue) = 128+20+76=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80144C is #7FEBB3. Grayscale: #3A3A3A. Windows color (decimal): -8383412 or 4985984. OLE color: 4985984.

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

Color convert

RGB 128 20 76 -
CMYK 0 0.84 0.41 0.50
HSL 328.89º 0.73% 0.29% -
HSV(B) 328.89º 0.84% 0.5% -
XYZ 10.46 5.61 7.37 -
YUV 58.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 128 20 76 0 0.84 0.41 0.50 328.89 0.73 0.29
Hex 80 14 4C 0 54 29 32 149 49 1D
Octal 200 24 114 0 124 51 62 511 111 35
Binary 10000000 10100 1001100 0 1010100 101001 110010 101001001 1001001 11101

Color Harmonies of #80144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80144C

Black with #80144C

Text Example


Text Example

White with #80144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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