Html Css Color HEX #811147 Pompadour

📋 copy color: '#811147'

red 129 ◦ green 17 ◦ blue 71

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

Shades of Pompadour #811147

Tints of Pompadour #811147

RGB

 RED value IS 129 (50.78% from 255) = 59.45%

 GREEN value IS 17 (7.03% from 255) = 7.83%

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

R = 59.45%
G = 7.83%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#811147 (or 0x811147) is known color: Pompadour. HEX triplet: 81, 11 and 47. RGB value is (129,17,71). Sum of RGB (Red+Green+Blue) = 129+17+71=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #811147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811147 is #7EEEB8. Grayscale: #383838. Windows color (decimal): -8318649 or 4657537. OLE color: 4657537.

HSL color Cylindrical-coordinate representation of color #811147: hue angle of 331.07º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811147 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 71 -
CMYK 0 0.87 0.45 0.49
HSL 331.07º 0.77% 0.29% -
HSV(B) 331.07º 0.87% 0.51% -
XYZ 10.39 5.52 6.48 -
YUV 56.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 129 17 71 0 0.87 0.45 0.49 331.07 0.77 0.29
Hex 81 11 47 0 57 2D 31 14B 4D 1D
Octal 201 21 107 0 127 55 61 513 115 35
Binary 10000001 10001 1000111 0 1010111 101101 110001 101001011 1001101 11101

Color Harmonies of #811147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811147

Black with #811147

Text Example


Text Example

White with #811147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811147; }

 p { color: rgb(129,17,71); }

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

background-color css

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

 a { background-color: rgb(129,17,71); }

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

border-color css

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

 span { border-color: rgb(129,17,71); }

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