Html Css Color HEX #811144 Pompadour

📋 copy color: '#811144'

red 129 ◦ green 17 ◦ blue 68

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

Shades of Pompadour #811144

Tints of Pompadour #811144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.78%

R = 60.28%
G = 7.94%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#811144 (or 0x811144) is known color: Pompadour. HEX triplet: 81, 11 and 44. RGB value is (129,17,68). Sum of RGB (Red+Green+Blue) = 129+17+68=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #811144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811144 is #7EEEBB. Grayscale: #383838. Windows color (decimal): -8318652 or 4460929. OLE color: 4460929.

HSL color Cylindrical-coordinate representation of color #811144: hue angle of 332.68º 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 #811144 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 68 -
CMYK 0 0.87 0.47 0.49
HSL 332.68º 0.77% 0.29% -
HSV(B) 332.68º 0.87% 0.51% -
XYZ 10.3 5.49 5.98 -
YUV 56.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 129 17 68 0 0.87 0.47 0.49 332.68 0.77 0.29
Hex 81 11 44 0 57 2F 31 14D 4D 1D
Octal 201 21 104 0 127 57 61 515 115 35
Binary 10000001 10001 1000100 0 1010111 101111 110001 101001101 1001101 11101

Color Harmonies of #811144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811144

Black with #811144

Text Example


Text Example

White with #811144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811144; }

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

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

background-color css

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

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

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

border-color css

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

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

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