Html Css Color HEX #801456 Pompadour

📋 copy color: '#801456'

red 128 ◦ green 20 ◦ blue 86

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

Shades of Pompadour #801456

Tints of Pompadour #801456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.75%

R = 54.7%
G = 8.55%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#801456 (or 0x801456) is known color: Pompadour. HEX triplet: 80, 14 and 56. RGB value is (128,20,86). Sum of RGB (Red+Green+Blue) = 128+20+86=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #801456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801456 is #7FEBA9. Grayscale: #3B3B3B. Windows color (decimal): -8383402 or 5641344. OLE color: 5641344.

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

Color convert

RGB 128 20 86 -
CMYK 0 0.84 0.33 0.50
HSL 323.33º 0.73% 0.29% -
HSV(B) 323.33º 0.84% 0.5% -
XYZ 10.83 5.76 9.35 -
YUV 59.82 142.78 176.63 -
System Red Green Blue C M Y K H S L
Decimal 128 20 86 0 0.84 0.33 0.50 323.33 0.73 0.29
Hex 80 14 56 0 54 21 32 143 49 1D
Octal 200 24 126 0 124 41 62 503 111 35
Binary 10000000 10100 1010110 0 1010100 100001 110010 101000011 1001001 11101

Color Harmonies of #801456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801456

Black with #801456

Text Example


Text Example

White with #801456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801456; }

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

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

background-color css

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

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

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

border-color css

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

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

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