#840C4A

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

Shades of Pompadour #840C4A

Tints of Pompadour #840C4A

Color information

#840C4A (or 0x840C4A) is unknown color: approx Pompadour. HEX triplet: 84, 0C and 4A. RGB value is (132,12,74). Sum of RGB (Red+Green+Blue) = 132+12+74=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #840C4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840C4A is #7BF3B5. Grayscale: #363636. Windows color (decimal): -8123318 or 4852868. OLE color: 4852868.

HSL color Cylindrical-coordinate representation of color #840C4A: hue angle of 329º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C4A is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1321274-
CMYK00.910.440.48
HSL329º83.33%28.24%-
HSV(B)329º90.91%51.76%-
XYZ10.885.667-
YUV54.95138.76182.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.55%
GREEN value IS 12 (5.08% from 255) = 5.50%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=60.55%
G=5.50%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132127400.910.440.4832983.3328.24
Hex84C4A05B2C30149531c
Octal204141120133546051112334
Binary100001001100100101001011011101100110000101001001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840C4A; }

 p { color: rgb(132,12,74); }

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

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

 a { background-color: rgb(132,12,74); }

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

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

 span { border-color: rgb(132,12,74); }

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