Html Css Color HEX #801550 Pompadour

📋 copy color: '#801550'

red 128 ◦ green 21 ◦ blue 80

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

Shades of Pompadour #801550

Tints of Pompadour #801550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 55.9%
G = 9.17%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#801550 (or 0x801550) is known color: Pompadour. HEX triplet: 80, 15 and 50. RGB value is (128,21,80). Sum of RGB (Red+Green+Blue) = 128+21+80=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #801550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801550 is #7FEAAF. Grayscale: #3B3B3B. Windows color (decimal): -8383152 or 5248384. OLE color: 5248384.

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

Color convert

RGB 128 21 80 -
CMYK 0 0.84 0.38 0.50
HSL 326.92º 0.72% 0.29% -
HSV(B) 326.92º 0.84% 0.5% -
XYZ 10.62 5.7 8.13 -
YUV 59.72 139.45 176.7 -
System Red Green Blue C M Y K H S L
Decimal 128 21 80 0 0.84 0.38 0.50 326.92 0.72 0.29
Hex 80 15 50 0 54 26 32 147 48 1D
Octal 200 25 120 0 124 46 62 507 110 35
Binary 10000000 10101 1010000 0 1010100 100110 110010 101000111 1001000 11101

Color Harmonies of #801550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801550

Black with #801550

Text Example


Text Example

White with #801550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801550; }

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

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

background-color css

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

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

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

border-color css

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

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

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