#82134A

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

Shades of Pompadour #82134A

Tints of Pompadour #82134A

Color information

#82134A (or 0x82134A) is unknown color: approx Pompadour. HEX triplet: 82, 13 and 4A. RGB value is (130,19,74). Sum of RGB (Red+Green+Blue) = 130+19+74=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #82134A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82134A is #7DECB5. Grayscale: #3A3A3A. Windows color (decimal): -8252598 or 4854658. OLE color: 4854658.

HSL color Cylindrical-coordinate representation of color #82134A: hue angle of 330.27º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82134A is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1301974-
CMYK00.850.430.49
HSL330.27º74.5%29.22%-
HSV(B)330.27º85.38%50.98%-
XYZ10.675.717.02-
YUV58.46136.77179.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.30%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=58.30%
G=8.52%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130197400.850.430.49330.2774.529.22
Hex82134A0552B3114a4a1d
Octal202231120125536151211235
Binary1000001010011100101001010101101011110001101001010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82134A; }

 p { color: rgb(130,19,74); }

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

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

 a { background-color: rgb(130,19,74); }

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

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

 span { border-color: rgb(130,19,74); }

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