#82134E

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

Shades of Pompadour #82134E

Tints of Pompadour #82134E

Color information

#82134E (or 0x82134E) is unknown color: approx Pompadour. HEX triplet: 82, 13 and 4E. RGB value is (130,19,78). Sum of RGB (Red+Green+Blue) = 130+19+78=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82134E is #7DECB1. Grayscale: #3A3A3A. Windows color (decimal): -8252594 or 5116802. OLE color: 5116802.

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

Color convert

RGB1301978-
CMYK00.850.400.49
HSL328.11º74.5%29.22%-
HSV(B)328.11º85.38%50.98%-
XYZ10.815.767.75-
YUV58.91138.77178.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=57.27%
G=8.37%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130197800.850.400.49328.1174.529.22
Hex82134E05528311484a1d
Octal202231160125506151011235
Binary1000001010011100111001010101101000110001101001000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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