#841243

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

Shades of Pompadour #841243

Tints of Pompadour #841243

Color information

#841243 (or 0x841243) is unknown color: approx Pompadour. HEX triplet: 84, 12 and 43. RGB value is (132,18,67). Sum of RGB (Red+Green+Blue) = 132+18+67=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #841243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841243 is #7BEDBC. Grayscale: #393939. Windows color (decimal): -8121789 or 4395652. OLE color: 4395652.

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

Color convert

RGB1321867-
CMYK00.860.490.48
HSL334.21º76%29.41%-
HSV(B)334.21º86.36%51.76%-
XYZ10.755.745.85-
YUV57.67133.27181.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.83%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 67 (26.56% from 255) = 30.88%
R=60.83%
G=8.29%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132186700.860.490.48334.217629.41
Hex841243056313014e4c1d
Octal204221030126616051611435
Binary1000010010010100001101010110110001110000101001110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841243; }

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

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

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

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

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

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

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

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