Html Css Color HEX #80154A Pompadour

📋 copy color: '#80154A'

red 128 ◦ green 21 ◦ blue 74

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

Shades of Pompadour #80154A

Tints of Pompadour #80154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.42%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 57.4%
G = 9.42%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#80154A (or 0x80154A) is known color: Pompadour. HEX triplet: 80, 15 and 4A. RGB value is (128,21,74). Sum of RGB (Red+Green+Blue) = 128+21+74=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80154A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80154A is #7FEAB5. Grayscale: #3A3A3A. Windows color (decimal): -8383158 or 4855168. OLE color: 4855168.

HSL color Cylindrical-coordinate representation of color #80154A: hue angle of 330.28º degrees, saturation: 0.72, 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 #80154A is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 21 74 -
CMYK 0 0.84 0.42 0.50
HSL 330.28º 0.72% 0.29% -
HSV(B) 330.28º 0.84% 0.5% -
XYZ 10.41 5.62 7.01 -
YUV 59.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 128 21 74 0 0.84 0.42 0.50 330.28 0.72 0.29
Hex 80 15 4A 0 54 2A 32 14A 48 1D
Octal 200 25 112 0 124 52 62 512 110 35
Binary 10000000 10101 1001010 0 1010100 101010 110010 101001010 1001000 11101

Color Harmonies of #80154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80154A

Black with #80154A

Text Example


Text Example

White with #80154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80154A; }

 p { color: rgb(128,21,74); }

 H1.HeaderClassName
 {
   color: #80154A;
 }
 .AnyTagClassName
 {
   color: #80154A;
 }
</style>

background-color css

<style>
 a { background-color: #80154A; }

 a { background-color: rgb(128,21,74); }

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

border-color css

<style>
 span { border-color: #80154A; }

 span { border-color: rgb(128,21,74); }

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