#811042

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

Shades of Pompadour #811042

Tints of Pompadour #811042

Color information

#811042 (or 0x811042) is unknown color: approx Pompadour. HEX triplet: 81, 10 and 42. RGB value is (129,16,66). Sum of RGB (Red+Green+Blue) = 129+16+66=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #811042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811042 is #7EEFBD. Grayscale: #373737. Windows color (decimal): -8318910 or 4329601. OLE color: 4329601.

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

Color convert

RGB1291666-
CMYK00.880.490.49
HSL333.45º77.93%28.43%-
HSV(B)333.45º87.6%50.59%-
XYZ10.225.435.66-
YUV55.49133.94180.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.14%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 66 (26.17% from 255) = 31.28%
R=61.14%
G=7.58%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129166600.880.490.49333.4577.9328.43
Hex811042058313114d4e1c
Octal201201020130616151511634
Binary1000000110000100001001011000110001110001101001101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811042; }

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

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

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

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

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

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

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

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