#841142

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

Shades of Pompadour #841142

Tints of Pompadour #841142

Color information

#841142 (or 0x841142) is unknown color: approx Pompadour. HEX triplet: 84, 11 and 42. RGB value is (132,17,66). Sum of RGB (Red+Green+Blue) = 132+17+66=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #841142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841142 is #7BEEBD. Grayscale: #383838. Windows color (decimal): -8122046 or 4329860. OLE color: 4329860.

HSL color Cylindrical-coordinate representation of color #841142: hue angle of 334.43º 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 #841142 is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB1321766-
CMYK00.870.50.48
HSL334.43º77.18%29.22%-
HSV(B)334.43º87.12%51.76%-
XYZ10.75.75.69-
YUV56.97133.1181.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.40%
GREEN value IS 17 (7.03% from 255) = 7.91%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=61.40%
G=7.91%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132176600.870.50.48334.4377.1829.22
Hex841142057323014e4d1d
Octal204211020127626051611535
Binary1000010010001100001001010111110010110000101001110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841142; }

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

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

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

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

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

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

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

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