#84104C

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

Shades of Pompadour #84104C

Tints of Pompadour #84104C

Color information

#84104C (or 0x84104C) is unknown color: approx Pompadour. HEX triplet: 84, 10 and 4C. RGB value is (132,16,76). Sum of RGB (Red+Green+Blue) = 132+16+76=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #84104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84104C is #7BEFB3. Grayscale: #393939. Windows color (decimal): -8122292 or 4984964. OLE color: 4984964.

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

Color convert

RGB1321676-
CMYK00.880.420.48
HSL328.97º78.38%29.02%-
HSV(B)328.97º87.88%51.76%-
XYZ11.015.87.38-
YUV57.52138.43181.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.93%
GREEN value IS 16 (6.64% from 255) = 7.14%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=58.93%
G=7.14%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132167600.880.420.48328.9778.3829.02
Hex84104C0582A301494e1d
Octal204201140130526051111635
Binary1000010010000100110001011000101010110000101001001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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