#81134B

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

Shades of Pompadour #81134B

Tints of Pompadour #81134B

Color information

#81134B (or 0x81134B) is unknown color: approx Pompadour. HEX triplet: 81, 13 and 4B. RGB value is (129,19,75). Sum of RGB (Red+Green+Blue) = 129+19+75=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #81134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81134B is #7EECB4. Grayscale: #3A3A3A. Windows color (decimal): -8318133 or 4920193. OLE color: 4920193.

HSL color Cylindrical-coordinate representation of color #81134B: hue angle of 329.45º 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 #81134B is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1291975-
CMYK00.850.420.49
HSL329.45º74.32%29.02%-
HSV(B)329.45º85.27%50.59%-
XYZ10.565.647.19-
YUV58.27137.44178.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.85%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=57.85%
G=8.52%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129197500.850.420.49329.4574.3229.02
Hex81134B0552A311494a1d
Octal201231130125526151111235
Binary1000000110011100101101010101101010110001101001001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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