#851049

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

Shades of Pompadour #851049

Tints of Pompadour #851049

Color information

#851049 (or 0x851049) is unknown color: approx Pompadour. HEX triplet: 85, 10 and 49. RGB value is (133,16,73). Sum of RGB (Red+Green+Blue) = 133+16+73=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #851049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851049 is #7AEFB6. Grayscale: #393939. Windows color (decimal): -8056759 or 4788357. OLE color: 4788357.

HSL color Cylindrical-coordinate representation of color #851049: hue angle of 330.77º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851049 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1331673-
CMYK00.880.450.48
HSL330.77º78.52%29.22%-
HSV(B)330.77º87.97%52.16%-
XYZ11.065.846.85-
YUV57.48136.76181.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.91%
GREEN value IS 16 (6.64% from 255) = 7.21%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=59.91%
G=7.21%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133167300.880.450.48330.7778.5229.22
Hex8510490582D3014b4f1d
Octal205201110130556051311735
Binary1000010110000100100101011000101101110000101001011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851049; }

 p { color: rgb(133,16,73); }

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

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

 a { background-color: rgb(133,16,73); }

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

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

 span { border-color: rgb(133,16,73); }

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