#841145

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

Shades of Pompadour #841145

Tints of Pompadour #841145

Color information

#841145 (or 0x841145) is unknown color: approx Pompadour. HEX triplet: 84, 11 and 45. RGB value is (132,17,69). Sum of RGB (Red+Green+Blue) = 132+17+69=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #841145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841145 is #7BEEBA. Grayscale: #393939. Windows color (decimal): -8122043 or 4526468. OLE color: 4526468.

HSL color Cylindrical-coordinate representation of color #841145: hue angle of 332.87º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841145 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB1321769-
CMYK00.870.480.48
HSL332.87º77.18%29.22%-
HSV(B)332.87º87.12%51.76%-
XYZ10.795.746.17-
YUV57.31134.6181.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.55%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=60.55%
G=7.80%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132176900.870.480.48332.8777.1829.22
Hex841145057303014d4d1d
Octal204211050127606051511535
Binary1000010010001100010101010111110000110000101001101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841145; }

 p { color: rgb(132,17,69); }

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

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

 a { background-color: rgb(132,17,69); }

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

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

 span { border-color: rgb(132,17,69); }

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