Html Css Color HEX #800E47 Pompadour

📋 copy color: '#800E47'

red 128 ◦ green 14 ◦ blue 71

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

Shades of Pompadour #800E47

Tints of Pompadour #800E47

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.57%

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

R = 60.09%
G = 6.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#800E47 (or 0x800E47) is known color: Pompadour. HEX triplet: 80, 0E and 47. RGB value is (128,14,71). Sum of RGB (Red+Green+Blue) = 128+14+71=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #800E47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E47 is #7FF1B8. Grayscale: #363636. Windows color (decimal): -8384953 or 4656768. OLE color: 4656768.

HSL color Cylindrical-coordinate representation of color #800E47: hue angle of 330º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E47 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 14 71 -
CMYK 0 0.89 0.45 0.50
HSL 330º 0.8% 0.28% -
HSV(B) 330º 0.89% 0.5% -
XYZ 10.2 5.36 6.46 -
YUV 54.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 128 14 71 0 0.89 0.45 0.50 330 0.8 0.28
Hex 80 E 47 0 59 2D 32 14A 50 1C
Octal 200 16 107 0 131 55 62 512 120 34
Binary 10000000 1110 1000111 0 1011001 101101 110010 101001010 1010000 11100

Color Harmonies of #800E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800E47

Black with #800E47

Text Example


Text Example

White with #800E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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