#82134C

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

Shades of Pompadour #82134C

Tints of Pompadour #82134C

Color information

#82134C (or 0x82134C) is unknown color: approx Pompadour. HEX triplet: 82, 13 and 4C. RGB value is (130,19,76). Sum of RGB (Red+Green+Blue) = 130+19+76=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82134C is #7DECB3. Grayscale: #3A3A3A. Windows color (decimal): -8252596 or 4985730. OLE color: 4985730.

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

Color convert

RGB1301976-
CMYK00.850.420.49
HSL329.19º74.5%29.22%-
HSV(B)329.19º85.38%50.98%-
XYZ10.745.737.38-
YUV58.69137.77178.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=57.78%
G=8.44%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130197600.850.420.49329.1974.529.22
Hex82134C0552A311494a1d
Octal202231140125526151111235
Binary1000001010011100110001010101101010110001101001001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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