#811542

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

Shades of Pompadour #811542

Tints of Pompadour #811542

Color information

#811542 (or 0x811542) is unknown color: approx Pompadour. HEX triplet: 81, 15 and 42. RGB value is (129,21,66). Sum of RGB (Red+Green+Blue) = 129+21+66=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #811542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811542 is #7EEABD. Grayscale: #3A3A3A. Windows color (decimal): -8317630 or 4330881. OLE color: 4330881.

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

Color convert

RGB1292166-
CMYK00.840.490.49
HSL335º72%29.41%-
HSV(B)335º83.72%50.59%-
XYZ10.35.65.69-
YUV58.42132.28178.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.72%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=59.72%
G=9.72%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129216600.840.490.493357229.41
Hex811542054313114f481d
Octal201251020124616151711035
Binary1000000110101100001001010100110001110001101001111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811542; }

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

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

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

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

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

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

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

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