Html Css Color HEX #801847 Pompadour

📋 copy color: '#801847'

red 128 ◦ green 24 ◦ blue 71

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

Shades of Pompadour #801847

Tints of Pompadour #801847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.76%

 BLUE value IS 71 (28.13% from 255) = 31.84%

R = 57.4%
G = 10.76%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#801847 (or 0x801847) is known color: Pompadour. HEX triplet: 80, 18 and 47. RGB value is (128,24,71). Sum of RGB (Red+Green+Blue) = 128+24+71=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #801847 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801847 is #7FE7B8. Grayscale: #3C3C3C. Windows color (decimal): -8382393 or 4659328. OLE color: 4659328.

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

Color convert

RGB 128 24 71 -
CMYK 0 0.81 0.45 0.50
HSL 332.88º 0.68% 0.3% -
HSV(B) 332.88º 0.81% 0.5% -
XYZ 10.37 5.7 6.51 -
YUV 60.45 133.96 176.18 -
System Red Green Blue C M Y K H S L
Decimal 128 24 71 0 0.81 0.45 0.50 332.88 0.68 0.3
Hex 80 18 47 0 51 2D 32 14D 44 1E
Octal 200 30 107 0 121 55 62 515 104 36
Binary 10000000 11000 1000111 0 1010001 101101 110010 101001101 1000100 11110

Color Harmonies of #801847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801847

Black with #801847

Text Example


Text Example

White with #801847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801847; }

 p { color: rgb(128,24,71); }

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

background-color css

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

 a { background-color: rgb(128,24,71); }

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

border-color css

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

 span { border-color: rgb(128,24,71); }

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