Html Css Color HEX #801450 Pompadour

📋 copy color: '#801450'

red 128 ◦ green 20 ◦ blue 80

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

Shades of Pompadour #801450

Tints of Pompadour #801450

RGB

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

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

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

R = 56.14%
G = 8.77%
B = 35.09%

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

#801450 (or 0x801450) is known color: Pompadour. HEX triplet: 80, 14 and 50. RGB value is (128,20,80). Sum of RGB (Red+Green+Blue) = 128+20+80=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #801450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801450 is #7FEBAF. Grayscale: #3B3B3B. Windows color (decimal): -8383408 or 5248128. OLE color: 5248128.

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

Color convert

RGB 128 20 80 -
CMYK 0 0.84 0.38 0.50
HSL 326.67º 0.73% 0.29% -
HSV(B) 326.67º 0.84% 0.5% -
XYZ 10.6 5.67 8.12 -
YUV 59.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 128 20 80 0 0.84 0.38 0.50 326.67 0.73 0.29
Hex 80 14 50 0 54 26 32 147 49 1D
Octal 200 24 120 0 124 46 62 507 111 35
Binary 10000000 10100 1010000 0 1010100 100110 110010 101000111 1001001 11101

Color Harmonies of #801450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801450

Black with #801450

Text Example


Text Example

White with #801450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801450; }

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

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

background-color css

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

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

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

border-color css

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

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

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