Html Css Color HEX #840D40 Pompadour

📋 copy color: '#840D40'

red 132 ◦ green 13 ◦ blue 64

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

Shades of Pompadour #840D40

Tints of Pompadour #840D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 63.16%
G = 6.22%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#840D40 (or 0x840D40) is known color: Pompadour. HEX triplet: 84, 0D and 40. RGB value is (132,13,64). Sum of RGB (Red+Green+Blue) = 132+13+64=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #840D40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D40 is #7BF2BF. Grayscale: #363636. Windows color (decimal): -8123072 or 4197764. OLE color: 4197764.

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

Color convert

RGB 132 13 64 -
CMYK 0 0.90 0.52 0.48
HSL 334.29º 0.82% 0.28% -
HSV(B) 334.29º 0.9% 0.52% -
XYZ 10.59 5.56 5.37 -
YUV 54.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 132 13 64 0 0.90 0.52 0.48 334.29 0.82 0.28
Hex 84 D 40 0 5A 34 30 14E 52 1C
Octal 204 15 100 0 132 64 60 516 122 34
Binary 10000100 1101 1000000 0 1011010 110100 110000 101001110 1010010 11100

Color Harmonies of #840D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D40

Black with #840D40

Text Example


Text Example

White with #840D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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