#841241

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

Shades of Pompadour #841241

Tints of Pompadour #841241

Color information

#841241 (or 0x841241) is unknown color: approx Pompadour. HEX triplet: 84, 12 and 41. RGB value is (132,18,65). Sum of RGB (Red+Green+Blue) = 132+18+65=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #841241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841241 is #7BEDBE. Grayscale: #393939. Windows color (decimal): -8121791 or 4264580. OLE color: 4264580.

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

Color convert

RGB1321865-
CMYK00.860.510.48
HSL335.26º76%29.41%-
HSV(B)335.26º86.36%51.76%-
XYZ10.695.725.54-
YUV57.44132.27181.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.40%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 65 (25.78% from 255) = 30.23%
R=61.40%
G=8.37%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132186500.860.510.48335.267629.41
Hex841241056333014f4c1d
Octal204221010126636051711435
Binary1000010010010100000101010110110011110000101001111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841241; }

 p { color: rgb(132,18,65); }

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

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

 a { background-color: rgb(132,18,65); }

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

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

 span { border-color: rgb(132,18,65); }

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