#811248

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

Shades of Pompadour #811248

Tints of Pompadour #811248

Color information

#811248 (or 0x811248) is unknown color: approx Pompadour. HEX triplet: 81, 12 and 48. RGB value is (129,18,72). Sum of RGB (Red+Green+Blue) = 129+18+72=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #811248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811248 is #7EEDB7. Grayscale: #393939. Windows color (decimal): -8318392 or 4723329. OLE color: 4723329.

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

Color convert

RGB1291872-
CMYK00.860.440.49
HSL330.81º75.51%28.82%-
HSV(B)330.81º86.05%50.59%-
XYZ10.445.576.66-
YUV57.34136.27179.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.90%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=58.90%
G=8.22%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129187200.860.440.49330.8175.5128.82
Hex8112480562C3114b4c1d
Octal201221100126546151311435
Binary1000000110010100100001010110101100110001101001011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811248; }

 p { color: rgb(129,18,72); }

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

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

 a { background-color: rgb(129,18,72); }

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

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

 span { border-color: rgb(129,18,72); }

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