Html Css Color HEX #801748 Pompadour

📋 copy color: '#801748'

red 128 ◦ green 23 ◦ blue 72

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

Shades of Pompadour #801748

Tints of Pompadour #801748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.29%

R = 57.4%
G = 10.31%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#801748 (or 0x801748) is known color: Pompadour. HEX triplet: 80, 17 and 48. RGB value is (128,23,72). Sum of RGB (Red+Green+Blue) = 128+23+72=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #801748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801748 is #7FE8B7. Grayscale: #3B3B3B. Windows color (decimal): -8382648 or 4724608. OLE color: 4724608.

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

Color convert

RGB 128 23 72 -
CMYK 0 0.82 0.44 0.50
HSL 332º 0.7% 0.3% -
HSV(B) 332º 0.82% 0.5% -
XYZ 10.38 5.67 6.68 -
YUV 59.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 128 23 72 0 0.82 0.44 0.50 332 0.7 0.3
Hex 80 17 48 0 52 2C 32 14C 46 1E
Octal 200 27 110 0 122 54 62 514 106 36
Binary 10000000 10111 1001000 0 1010010 101100 110010 101001100 1000110 11110

Color Harmonies of #801748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801748

Black with #801748

Text Example


Text Example

White with #801748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801748; }

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

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

background-color css

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

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

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

border-color css

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

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

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