#810E41

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

Shades of Pompadour #810E41

Tints of Pompadour #810E41

Color information

#810E41 (or 0x810E41) is unknown color: approx Pompadour. HEX triplet: 81, 0E and 41. RGB value is (129,14,65). Sum of RGB (Red+Green+Blue) = 129+14+65=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #810E41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810E41 is #7EF1BE. Grayscale: #363636. Windows color (decimal): -8319423 or 4263553. OLE color: 4263553.

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

Color convert

RGB1291465-
CMYK00.890.500.49
HSL333.39º80.42%28.04%-
HSV(B)333.39º89.15%50.59%-
XYZ10.165.365.5-
YUV54.2134.1181.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.02%
GREEN value IS 14 (5.86% from 255) = 6.73%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=62.02%
G=6.73%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129146500.890.500.49333.3980.4228.04
Hex81E41059323114d501c
Octal201161010131626151512034
Binary100000011110100000101011001110010110001101001101101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810E41; }

 p { color: rgb(129,14,65); }

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

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

 a { background-color: rgb(129,14,65); }

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

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

 span { border-color: rgb(129,14,65); }

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