#821546

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

Shades of Pompadour #821546

Tints of Pompadour #821546

Color information

#821546 (or 0x821546) is unknown color: approx Pompadour. HEX triplet: 82, 15 and 46. RGB value is (130,21,70). Sum of RGB (Red+Green+Blue) = 130+21+70=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #821546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821546 is #7DEAB9. Grayscale: #3B3B3B. Windows color (decimal): -8252090 or 4593026. OLE color: 4593026.

HSL color Cylindrical-coordinate representation of color #821546: hue angle of 333.03º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821546 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1302170-
CMYK00.840.460.49
HSL333.03º72.19%29.61%-
HSV(B)333.03º83.85%50.98%-
XYZ10.585.726.34-
YUV59.18134.11178.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.82%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=58.82%
G=9.50%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130217000.840.460.49333.0372.1929.61
Hex8215460542E3114d481e
Octal202251060124566151511036
Binary1000001010101100011001010100101110110001101001101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821546; }

 p { color: rgb(130,21,70); }

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

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

 a { background-color: rgb(130,21,70); }

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

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

 span { border-color: rgb(130,21,70); }

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