#821445

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

Shades of Pompadour #821445

Tints of Pompadour #821445

Color information

#821445 (or 0x821445) is unknown color: approx Pompadour. HEX triplet: 82, 14 and 45. RGB value is (130,20,69). Sum of RGB (Red+Green+Blue) = 130+20+69=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #821445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821445 is #7DEBBA. Grayscale: #3A3A3A. Windows color (decimal): -8252347 or 4527234. OLE color: 4527234.

HSL color Cylindrical-coordinate representation of color #821445: hue angle of 333.27º degrees, saturation: 0.73, 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 #821445 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1302069-
CMYK00.850.470.49
HSL333.27º73.33%29.41%-
HSV(B)333.27º84.62%50.98%-
XYZ10.535.686.17-
YUV58.48133.94179.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.36%
GREEN value IS 20 (8.20% from 255) = 9.13%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=59.36%
G=9.13%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130206900.850.470.49333.2773.3329.41
Hex8214450552F3114d491d
Octal202241050125576151511135
Binary1000001010100100010101010101101111110001101001101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821445; }

 p { color: rgb(130,20,69); }

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

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

 a { background-color: rgb(130,20,69); }

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

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

 span { border-color: rgb(130,20,69); }

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