Html Css Color HEX #801554 Pompadour

📋 copy color: '#801554'

red 128 ◦ green 21 ◦ blue 84

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

Shades of Pompadour #801554

Tints of Pompadour #801554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.05%

R = 54.94%
G = 9.01%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#801554 (or 0x801554) is known color: Pompadour. HEX triplet: 80, 15 and 54. RGB value is (128,21,84). Sum of RGB (Red+Green+Blue) = 128+21+84=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #801554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801554 is #7FEAAB. Grayscale: #3C3C3C. Windows color (decimal): -8383148 or 5510528. OLE color: 5510528.

HSL color Cylindrical-coordinate representation of color #801554: hue angle of 324.67º 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 #801554 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 21 84 -
CMYK 0 0.84 0.34 0.50
HSL 324.67º 0.72% 0.29% -
HSV(B) 324.67º 0.84% 0.5% -
XYZ 10.77 5.77 8.93 -
YUV 60.18 141.45 176.38 -
System Red Green Blue C M Y K H S L
Decimal 128 21 84 0 0.84 0.34 0.50 324.67 0.72 0.29
Hex 80 15 54 0 54 22 32 145 48 1D
Octal 200 25 124 0 124 42 62 505 110 35
Binary 10000000 10101 1010100 0 1010100 100010 110010 101000101 1001000 11101

Color Harmonies of #801554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801554

Black with #801554

Text Example


Text Example

White with #801554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801554; }

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

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

background-color css

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

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

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

border-color css

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

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

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