#81134D

Color #81134D Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #81134D

Tints of Pompadour #81134D

Color information

#81134D (or 0x81134D) is unknown color: approx Pompadour. HEX triplet: 81, 13 and 4D. RGB value is (129,19,77). Sum of RGB (Red+Green+Blue) = 129+19+77=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #81134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81134D is #7EECB2. Grayscale: #3A3A3A. Windows color (decimal): -8318131 or 5051265. OLE color: 5051265.

HSL color Cylindrical-coordinate representation of color #81134D: hue angle of 328.36º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81134D is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1291977-
CMYK00.850.400.49
HSL328.36º74.32%29.02%-
HSV(B)328.36º85.27%50.59%-
XYZ10.635.677.56-
YUV58.5138.44178.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.33%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=57.33%
G=8.44%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129197700.850.400.49328.3674.3229.02
Hex81134D05528311484a1d
Octal201231150125506151011235
Binary1000000110011100110101010101101000110001101001000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81134D; }

 p { color: rgb(129,19,77); }

 H1.HeaderClassName
 {
   color: #81134D;
 }
 .AnyTagClassName
 {
   color: #81134D;
 }
</style>
background-color css

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

 a { background-color: rgb(129,19,77); }

 div.DivClassName
 {
   background-color: #81134D;
 }
 .BgClassName
 {
   background-color: #81134D;
 }
</style>
border-color css

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

 span { border-color: rgb(129,19,77); }

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