#811348

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

Shades of Pompadour #811348

Tints of Pompadour #811348

Color information

#811348 (or 0x811348) is unknown color: approx Pompadour. HEX triplet: 81, 13 and 48. RGB value is (129,19,72). Sum of RGB (Red+Green+Blue) = 129+19+72=220 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.64% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 129 - color contains mainly: red. Hex color #811348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811348 is #7EECB7. Grayscale: #393939. Windows color (decimal): -8318136 or 4723585. OLE color: 4723585.

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

Color convert

RGB1291972-
CMYK00.850.440.49
HSL331.09º74.32%29.02%-
HSV(B)331.09º85.27%50.59%-
XYZ10.465.66.66-
YUV57.93135.94178.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.64%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=58.64%
G=8.64%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129197200.850.440.49331.0974.3229.02
Hex8113480552C3114b4a1d
Octal201231100125546151311235
Binary1000000110011100100001010101101100110001101001011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811348; }

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

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

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

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

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

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

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

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