#841045

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

Shades of Pompadour #841045

Tints of Pompadour #841045

Color information

#841045 (or 0x841045) is unknown color: approx Pompadour. HEX triplet: 84, 10 and 45. RGB value is (132,16,69). Sum of RGB (Red+Green+Blue) = 132+16+69=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #841045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841045 is #7BEFBA. Grayscale: #383838. Windows color (decimal): -8122299 or 4526212. OLE color: 4526212.

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

Color convert

RGB1321669-
CMYK00.880.480.48
HSL332.59º78.38%29.02%-
HSV(B)332.59º87.88%51.76%-
XYZ10.785.716.16-
YUV56.73134.93181.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.83%
GREEN value IS 16 (6.64% from 255) = 7.37%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=60.83%
G=7.37%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132166900.880.480.48332.5978.3829.02
Hex841045058303014d4e1d
Octal204201050130606051511635
Binary1000010010000100010101011000110000110000101001101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841045; }

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

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

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

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

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

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

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

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