Html Css Color HEX #811155 Pompadour

📋 copy color: '#811155'

red 129 ◦ green 17 ◦ blue 85

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

Shades of Pompadour #811155

Tints of Pompadour #811155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.8%

R = 55.84%
G = 7.36%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#811155 (or 0x811155) is known color: Pompadour. HEX triplet: 81, 11 and 55. RGB value is (129,17,85). Sum of RGB (Red+Green+Blue) = 129+17+85=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #811155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811155 is #7EEEAA. Grayscale: #3A3A3A. Windows color (decimal): -8318635 or 5575041. OLE color: 5575041.

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

Color convert

RGB 129 17 85 -
CMYK 0 0.87 0.34 0.49
HSL 323.57º 0.77% 0.29% -
HSV(B) 323.57º 0.87% 0.51% -
XYZ 10.89 5.72 9.13 -
YUV 58.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 129 17 85 0 0.87 0.34 0.49 323.57 0.77 0.29
Hex 81 11 55 0 57 22 31 144 4D 1D
Octal 201 21 125 0 127 42 61 504 115 35
Binary 10000001 10001 1010101 0 1010111 100010 110001 101000100 1001101 11101

Color Harmonies of #811155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811155

Black with #811155

Text Example


Text Example

White with #811155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811155; }

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

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

background-color css

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

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

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

border-color css

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

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

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