#841048

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

Shades of Pompadour #841048

Tints of Pompadour #841048

Color information

#841048 (or 0x841048) is unknown color: approx Pompadour. HEX triplet: 84, 10 and 48. RGB value is (132,16,72). Sum of RGB (Red+Green+Blue) = 132+16+72=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #841048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841048 is #7BEFB7. Grayscale: #383838. Windows color (decimal): -8122296 or 4722820. OLE color: 4722820.

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

Color convert

RGB1321672-
CMYK00.880.450.48
HSL331.03º78.38%29.02%-
HSV(B)331.03º87.88%51.76%-
XYZ10.875.746.67-
YUV57.07136.43181.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=60%
G=7.27%
B=32.73%

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
Decimal132167200.880.450.48331.0378.3829.02
Hex8410480582D3014b4e1d
Octal204201100130556051311635
Binary1000010010000100100001011000101101110000101001011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841048; }

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

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

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

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

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

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

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

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