Html Css Color HEX #840D4C Pompadour

📋 copy color: '#840D4C'

red 132 ◦ green 13 ◦ blue 76

#840D4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #840D4C

Tints of Pompadour #840D4C

RGB

 RED value IS 132 (51.95% from 255) = 59.73%

 GREEN value IS 13 (5.47% from 255) = 5.88%

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 59.73%
G = 5.88%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#840D4C (or 0x840D4C) is known color: Pompadour. HEX triplet: 84, 0D and 4C. RGB value is (132,13,76). Sum of RGB (Red+Green+Blue) = 132+13+76=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #840D4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D4C is #7BF2B3. Grayscale: #373737. Windows color (decimal): -8123060 or 4984196. OLE color: 4984196.

HSL color Cylindrical-coordinate representation of color #840D4C: hue angle of 328.24º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D4C is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 76 -
CMYK 0 0.90 0.42 0.48
HSL 328.24º 0.82% 0.28% -
HSV(B) 328.24º 0.9% 0.52% -
XYZ 10.96 5.72 7.36 -
YUV 55.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 132 13 76 0 0.90 0.42 0.48 328.24 0.82 0.28
Hex 84 D 4C 0 5A 2A 30 148 52 1C
Octal 204 15 114 0 132 52 60 510 122 34
Binary 10000100 1101 1001100 0 1011010 101010 110000 101001000 1010010 11100

Color Harmonies of #840D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D4C

Black with #840D4C

Text Example


Text Example

White with #840D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,13,76); }

 H1.HeaderClassName
 {
   color: #840D4C;
 }
 .AnyTagClassName
 {
   color: #840D4C;
 }
</style>

background-color css

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

 a { background-color: rgb(132,13,76); }

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

border-color css

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

 span { border-color: rgb(132,13,76); }

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