Html Css Color HEX #840D4D Pompadour

📋 copy color: '#840D4D'

red 132 ◦ green 13 ◦ blue 77

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

Shades of Pompadour #840D4D

Tints of Pompadour #840D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 59.46%
G = 5.86%
B = 34.68%

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

#840D4D (or 0x840D4D) is known color: Pompadour. HEX triplet: 84, 0D and 4D. RGB value is (132,13,77). Sum of RGB (Red+Green+Blue) = 132+13+77=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #840D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D4D is #7BF2B2. Grayscale: #373737. Windows color (decimal): -8123059 or 5049732. OLE color: 5049732.

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

Color convert

RGB 132 13 77 -
CMYK 0 0.90 0.42 0.48
HSL 327.73º 0.82% 0.28% -
HSV(B) 327.73º 0.9% 0.52% -
XYZ 11 5.73 7.55 -
YUV 55.88 139.92 182.3 -
System Red Green Blue C M Y K H S L
Decimal 132 13 77 0 0.90 0.42 0.48 327.73 0.82 0.28
Hex 84 D 4D 0 5A 2A 30 148 52 1C
Octal 204 15 115 0 132 52 60 510 122 34
Binary 10000100 1101 1001101 0 1011010 101010 110000 101001000 1010010 11100

Color Harmonies of #840D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D4D

Black with #840D4D

Text Example


Text Example

White with #840D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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