Html Css Color HEX #80143E Pompadour

📋 copy color: '#80143E'

red 128 ◦ green 20 ◦ blue 62

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

Shades of Pompadour #80143E

Tints of Pompadour #80143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.52%

R = 60.95%
G = 9.52%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80143E (or 0x80143E) is known color: Pompadour. HEX triplet: 80, 14 and 3E. RGB value is (128,20,62). Sum of RGB (Red+Green+Blue) = 128+20+62=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80143E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80143E is #7FEBC1. Grayscale: #393939. Windows color (decimal): -8383426 or 4068480. OLE color: 4068480.

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

Color convert

RGB 128 20 62 -
CMYK 0 0.84 0.52 0.50
HSL 336.67º 0.73% 0.29% -
HSV(B) 336.67º 0.84% 0.5% -
XYZ 10.02 5.44 5.08 -
YUV 57.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 128 20 62 0 0.84 0.52 0.50 336.67 0.73 0.29
Hex 80 14 3E 0 54 34 32 151 49 1D
Octal 200 24 76 0 124 64 62 521 111 35
Binary 10000000 10100 111110 0 1010100 110100 110010 101010001 1001001 11101

Color Harmonies of #80143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80143E

Black with #80143E

Text Example


Text Example

White with #80143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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