#81134C

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

Shades of Pompadour #81134C

Tints of Pompadour #81134C

Color information

#81134C (or 0x81134C) is unknown color: approx Pompadour. HEX triplet: 81, 13 and 4C. RGB value is (129,19,76). Sum of RGB (Red+Green+Blue) = 129+19+76=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #81134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81134C is #7EECB3. Grayscale: #3A3A3A. Windows color (decimal): -8318132 or 4985729. OLE color: 4985729.

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

Color convert

RGB1291976-
CMYK00.850.410.49
HSL328.91º74.32%29.02%-
HSV(B)328.91º85.27%50.59%-
XYZ10.595.657.37-
YUV58.39137.94178.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.59%
GREEN value IS 19 (7.81% from 255) = 8.48%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=57.59%
G=8.48%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129197600.850.410.49328.9174.3229.02
Hex81134C05529311494a1d
Octal201231140125516151111235
Binary1000000110011100110001010101101001110001101001001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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