Html Css Color HEX #801743 Pompadour

📋 copy color: '#801743'

red 128 ◦ green 23 ◦ blue 67

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

Shades of Pompadour #801743

Tints of Pompadour #801743

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

 BLUE value IS 67 (26.56% from 255) = 30.73%

R = 58.72%
G = 10.55%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#801743 (or 0x801743) is known color: Pompadour. HEX triplet: 80, 17 and 43. RGB value is (128,23,67). Sum of RGB (Red+Green+Blue) = 128+23+67=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #801743 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801743 is #7FE8BC. Grayscale: #3B3B3B. Windows color (decimal): -8382653 or 4396928. OLE color: 4396928.

HSL color Cylindrical-coordinate representation of color #801743: hue angle of 334.86º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801743 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 23 67 -
CMYK 0 0.82 0.48 0.50
HSL 334.86º 0.7% 0.3% -
HSV(B) 334.86º 0.82% 0.5% -
XYZ 10.22 5.61 5.85 -
YUV 59.41 132.29 176.92 -
System Red Green Blue C M Y K H S L
Decimal 128 23 67 0 0.82 0.48 0.50 334.86 0.7 0.3
Hex 80 17 43 0 52 30 32 14F 46 1E
Octal 200 27 103 0 122 60 62 517 106 36
Binary 10000000 10111 1000011 0 1010010 110000 110010 101001111 1000110 11110

Color Harmonies of #801743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801743

Black with #801743

Text Example


Text Example

White with #801743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801743; }

 p { color: rgb(128,23,67); }

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

background-color css

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

 a { background-color: rgb(128,23,67); }

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

border-color css

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

 span { border-color: rgb(128,23,67); }

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