#811342

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

Shades of Pompadour #811342

Tints of Pompadour #811342

Color information

#811342 (or 0x811342) is unknown color: approx Pompadour. HEX triplet: 81, 13 and 42. RGB value is (129,19,66). Sum of RGB (Red+Green+Blue) = 129+19+66=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #811342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811342 is #7EECBD. Grayscale: #393939. Windows color (decimal): -8318142 or 4330369. OLE color: 4330369.

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

Color convert

RGB1291966-
CMYK00.850.490.49
HSL334.36º74.32%29.02%-
HSV(B)334.36º85.27%50.59%-
XYZ10.275.535.68-
YUV57.25132.94179.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.28%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 66 (26.17% from 255) = 30.84%
R=60.28%
G=8.88%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129196600.850.490.49334.3674.3229.02
Hex811342055313114e4a1d
Octal201231020125616151611235
Binary1000000110011100001001010101110001110001101001110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811342; }

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

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

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

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

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

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

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

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