Html Css Color HEX #811151 Pompadour

📋 copy color: '#811151'

red 129 ◦ green 17 ◦ blue 81

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

Shades of Pompadour #811151

Tints of Pompadour #811151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.68%

R = 56.83%
G = 7.49%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#811151 (or 0x811151) is known color: Pompadour. HEX triplet: 81, 11 and 51. RGB value is (129,17,81). Sum of RGB (Red+Green+Blue) = 129+17+81=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #811151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811151 is #7EEEAE. Grayscale: #393939. Windows color (decimal): -8318639 or 5312897. OLE color: 5312897.

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

Color convert

RGB 129 17 81 -
CMYK 0 0.87 0.37 0.49
HSL 325.71º 0.77% 0.29% -
HSV(B) 325.71º 0.87% 0.51% -
XYZ 10.74 5.66 8.31 -
YUV 57.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 129 17 81 0 0.87 0.37 0.49 325.71 0.77 0.29
Hex 81 11 51 0 57 25 31 146 4D 1D
Octal 201 21 121 0 127 45 61 506 115 35
Binary 10000001 10001 1010001 0 1010111 100101 110001 101000110 1001101 11101

Color Harmonies of #811151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811151

Black with #811151

Text Example


Text Example

White with #811151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811151; }

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

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

background-color css

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

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

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

border-color css

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

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

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