#851048

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

Shades of Pompadour #851048

Tints of Pompadour #851048

Color information

#851048 (or 0x851048) is unknown color: approx Pompadour. HEX triplet: 85, 10 and 48. RGB value is (133,16,72). Sum of RGB (Red+Green+Blue) = 133+16+72=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #851048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851048 is #7AEFB7. Grayscale: #393939. Windows color (decimal): -8056760 or 4722821. OLE color: 4722821.

HSL color Cylindrical-coordinate representation of color #851048: hue angle of 331.28º 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 #851048 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB1331672-
CMYK00.880.460.48
HSL331.28º78.52%29.22%-
HSV(B)331.28º87.97%52.16%-
XYZ11.035.836.67-
YUV57.37136.26181.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.18%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=60.18%
G=7.24%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133167200.880.460.48331.2878.5229.22
Hex8510480582E3014b4f1d
Octal205201100130566051311735
Binary1000010110000100100001011000101110110000101001011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851048; }

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

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

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

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

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

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

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

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