Html Css Color HEX #801744 Pompadour

📋 copy color: '#801744'

red 128 ◦ green 23 ◦ blue 68

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

Shades of Pompadour #801744

Tints of Pompadour #801744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.05%

R = 58.45%
G = 10.5%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#801744 (or 0x801744) is known color: Pompadour. HEX triplet: 80, 17 and 44. RGB value is (128,23,68). Sum of RGB (Red+Green+Blue) = 128+23+68=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #801744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801744 is #7FE8BB. Grayscale: #3B3B3B. Windows color (decimal): -8382652 or 4462464. OLE color: 4462464.

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

Color convert

RGB 128 23 68 -
CMYK 0 0.82 0.47 0.50
HSL 334.29º 0.7% 0.3% -
HSV(B) 334.29º 0.82% 0.5% -
XYZ 10.25 5.62 6.01 -
YUV 59.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 128 23 68 0 0.82 0.47 0.50 334.29 0.7 0.3
Hex 80 17 44 0 52 2F 32 14E 46 1E
Octal 200 27 104 0 122 57 62 516 106 36
Binary 10000000 10111 1000100 0 1010010 101111 110010 101001110 1000110 11110

Color Harmonies of #801744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801744

Black with #801744

Text Example


Text Example

White with #801744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801744; }

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

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

background-color css

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

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

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

border-color css

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

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

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