Html Css Color HEX #811140 Pompadour

📋 copy color: '#811140'

red 129 ◦ green 17 ◦ blue 64

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

Shades of Pompadour #811140

Tints of Pompadour #811140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.48%

R = 61.43%
G = 8.1%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#811140 (or 0x811140) is known color: Pompadour. HEX triplet: 81, 11 and 40. RGB value is (129,17,64). Sum of RGB (Red+Green+Blue) = 129+17+64=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #811140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811140 is #7EEEBF. Grayscale: #373737. Windows color (decimal): -8318656 or 4198785. OLE color: 4198785.

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

Color convert

RGB 129 17 64 -
CMYK 0 0.87 0.50 0.49
HSL 334.82º 0.77% 0.29% -
HSV(B) 334.82º 0.87% 0.51% -
XYZ 10.18 5.44 5.36 -
YUV 55.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 129 17 64 0 0.87 0.50 0.49 334.82 0.77 0.29
Hex 81 11 40 0 57 32 31 14F 4D 1D
Octal 201 21 100 0 127 62 61 517 115 35
Binary 10000001 10001 1000000 0 1010111 110010 110001 101001111 1001101 11101

Color Harmonies of #811140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811140

Black with #811140

Text Example


Text Example

White with #811140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811140; }

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

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

background-color css

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

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

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

border-color css

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

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

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