#82124E

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

Shades of Pompadour #82124E

Tints of Pompadour #82124E

Color information

#82124E (or 0x82124E) is unknown color: approx Pompadour. HEX triplet: 82, 12 and 4E. RGB value is (130,18,78). Sum of RGB (Red+Green+Blue) = 130+18+78=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #82124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82124E is #7DEDB1. Grayscale: #3A3A3A. Windows color (decimal): -8252850 or 5116546. OLE color: 5116546.

HSL color Cylindrical-coordinate representation of color #82124E: hue angle of 327.86º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82124E is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1301878-
CMYK00.860.400.49
HSL327.86º75.68%29.02%-
HSV(B)327.86º86.15%50.98%-
XYZ10.85.737.74-
YUV58.33139.11179.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.52%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=57.52%
G=7.96%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130187800.860.400.49327.8675.6829.02
Hex82124E05628311484c1d
Octal202221160126506151011435
Binary1000001010010100111001010110101000110001101001000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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