#811840

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

Shades of Pompadour #811840

Tints of Pompadour #811840

Color information

#811840 (or 0x811840) is unknown color: approx Pompadour. HEX triplet: 81, 18 and 40. RGB value is (129,24,64). Sum of RGB (Red+Green+Blue) = 129+24+64=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #811840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811840 is #7EE7BF. Grayscale: #3B3B3B. Windows color (decimal): -8316864 or 4200577. OLE color: 4200577.

HSL color Cylindrical-coordinate representation of color #811840: hue angle of 337.14º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811840 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1292464-
CMYK00.810.500.49
HSL337.14º68.63%30%-
HSV(B)337.14º81.4%50.59%-
XYZ10.315.695.41-
YUV59.96130.29177.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.45%
GREEN value IS 24 (9.77% from 255) = 11.06%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=59.45%
G=11.06%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129246400.810.500.49337.1468.6330
Hex8118400513231151451e
Octal201301000121626152110536
Binary1000000111000100000001010001110010110001101010001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811840; }

 p { color: rgb(129,24,64); }

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

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

 a { background-color: rgb(129,24,64); }

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

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

 span { border-color: rgb(129,24,64); }

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