#841244

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

Shades of Pompadour #841244

Tints of Pompadour #841244

Color information

#841244 (or 0x841244) is unknown color: approx Pompadour. HEX triplet: 84, 12 and 44. RGB value is (132,18,68). Sum of RGB (Red+Green+Blue) = 132+18+68=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #841244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841244 is #7BEDBB. Grayscale: #393939. Windows color (decimal): -8121788 or 4461188. OLE color: 4461188.

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

Color convert

RGB1321868-
CMYK00.860.480.48
HSL333.68º76%29.41%-
HSV(B)333.68º86.36%51.76%-
XYZ10.785.766.01-
YUV57.79133.77180.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.55%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=60.55%
G=8.26%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132186800.860.480.48333.687629.41
Hex841244056303014e4c1d
Octal204221040126606051611435
Binary1000010010010100010001010110110000110000101001110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841244; }

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

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

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

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

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

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

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

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