Html Css Color HEX #80143D Pompadour

📋 copy color: '#80143D'

red 128 ◦ green 20 ◦ blue 61

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

Shades of Pompadour #80143D

Tints of Pompadour #80143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.19%

R = 61.24%
G = 9.57%
B = 29.19%

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

#80143D (or 0x80143D) is known color: Pompadour. HEX triplet: 80, 14 and 3D. RGB value is (128,20,61). Sum of RGB (Red+Green+Blue) = 128+20+61=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #80143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80143D is #7FEBC2. Grayscale: #383838. Windows color (decimal): -8383427 or 4002944. OLE color: 4002944.

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

Color convert

RGB 128 20 61 -
CMYK 0 0.84 0.52 0.50
HSL 337.22º 0.73% 0.29% -
HSV(B) 337.22º 0.84% 0.5% -
XYZ 9.99 5.43 4.94 -
YUV 56.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 128 20 61 0 0.84 0.52 0.50 337.22 0.73 0.29
Hex 80 14 3D 0 54 34 32 151 49 1D
Octal 200 24 75 0 124 64 62 521 111 35
Binary 10000000 10100 111101 0 1010100 110100 110010 101010001 1001001 11101

Color Harmonies of #80143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80143D

Black with #80143D

Text Example


Text Example

White with #80143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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