Html Css Color HEX #811447 Pompadour

📋 copy color: '#811447'

red 129 ◦ green 20 ◦ blue 71

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

Shades of Pompadour #811447

Tints of Pompadour #811447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.09%

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

R = 58.64%
G = 9.09%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#811447 (or 0x811447) is known color: Pompadour. HEX triplet: 81, 14 and 47. RGB value is (129,20,71). Sum of RGB (Red+Green+Blue) = 129+20+71=220 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.64% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 129 - color contains mainly: red. Hex color #811447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811447 is #7EEBB8. Grayscale: #3A3A3A. Windows color (decimal): -8317881 or 4658305. OLE color: 4658305.

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

Color convert

RGB 129 20 71 -
CMYK 0 0.84 0.45 0.49
HSL 331.93º 0.73% 0.29% -
HSV(B) 331.93º 0.84% 0.51% -
XYZ 10.44 5.62 6.5 -
YUV 58.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 129 20 71 0 0.84 0.45 0.49 331.93 0.73 0.29
Hex 81 14 47 0 54 2D 31 14C 49 1D
Octal 201 24 107 0 124 55 61 514 111 35
Binary 10000001 10100 1000111 0 1010100 101101 110001 101001100 1001001 11101

Color Harmonies of #811447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811447

Black with #811447

Text Example


Text Example

White with #811447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811447; }

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

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

background-color css

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

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

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

border-color css

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

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

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