Html Css Color HEX #811148 Pompadour

📋 copy color: '#811148'

red 129 ◦ green 17 ◦ blue 72

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

Shades of Pompadour #811148

Tints of Pompadour #811148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 59.17%
G = 7.8%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#811148 (or 0x811148) is known color: Pompadour. HEX triplet: 81, 11 and 48. RGB value is (129,17,72). Sum of RGB (Red+Green+Blue) = 129+17+72=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #811148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811148 is #7EEEB7. Grayscale: #383838. Windows color (decimal): -8318648 or 4723073. OLE color: 4723073.

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

Color convert

RGB 129 17 72 -
CMYK 0 0.87 0.44 0.49
HSL 330.54º 0.77% 0.29% -
HSV(B) 330.54º 0.87% 0.51% -
XYZ 10.42 5.54 6.65 -
YUV 56.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 129 17 72 0 0.87 0.44 0.49 330.54 0.77 0.29
Hex 81 11 48 0 57 2C 31 14B 4D 1D
Octal 201 21 110 0 127 54 61 513 115 35
Binary 10000001 10001 1001000 0 1010111 101100 110001 101001011 1001101 11101

Color Harmonies of #811148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811148

Black with #811148

Text Example


Text Example

White with #811148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811148; }

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

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

background-color css

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

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

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

border-color css

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

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

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