#84104E

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

Shades of Pompadour #84104E

Tints of Pompadour #84104E

Color information

#84104E (or 0x84104E) is unknown color: approx Pompadour. HEX triplet: 84, 10 and 4E. RGB value is (132,16,78). Sum of RGB (Red+Green+Blue) = 132+16+78=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #84104E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84104E is #7BEFB1. Grayscale: #393939. Windows color (decimal): -8122290 or 5116036. OLE color: 5116036.

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

Color convert

RGB1321678-
CMYK00.880.410.48
HSL327.93º78.38%29.02%-
HSV(B)327.93º87.88%51.76%-
XYZ11.085.837.75-
YUV57.75139.43180.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.41%
GREEN value IS 16 (6.64% from 255) = 7.08%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=58.41%
G=7.08%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132167800.880.410.48327.9378.3829.02
Hex84104E05829301484e1d
Octal204201160130516051011635
Binary1000010010000100111001011000101001110000101001000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84104E; }

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

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

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

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

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

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

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

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