Html Css Color HEX #80144F Pompadour

📋 copy color: '#80144F'

red 128 ◦ green 20 ◦ blue 79

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

Shades of Pompadour #80144F

Tints of Pompadour #80144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 56.39%
G = 8.81%
B = 34.8%

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

#80144F (or 0x80144F) is known color: Pompadour. HEX triplet: 80, 14 and 4F. RGB value is (128,20,79). Sum of RGB (Red+Green+Blue) = 128+20+79=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80144F is #7FEBB0. Grayscale: #3A3A3A. Windows color (decimal): -8383409 or 5182592. OLE color: 5182592.

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

Color convert

RGB 128 20 79 -
CMYK 0 0.84 0.38 0.50
HSL 327.22º 0.73% 0.29% -
HSV(B) 327.22º 0.84% 0.5% -
XYZ 10.56 5.65 7.93 -
YUV 59.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 128 20 79 0 0.84 0.38 0.50 327.22 0.73 0.29
Hex 80 14 4F 0 54 26 32 147 49 1D
Octal 200 24 117 0 124 46 62 507 111 35
Binary 10000000 10100 1001111 0 1010100 100110 110010 101000111 1001001 11101

Color Harmonies of #80144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80144F

Black with #80144F

Text Example


Text Example

White with #80144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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