Html Css Color HEX #841240 Pompadour

📋 copy color: '#841240'

red 132 ◦ green 18 ◦ blue 64

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

Shades of Pompadour #841240

Tints of Pompadour #841240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

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

R = 61.68%
G = 8.41%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#841240 (or 0x841240) is known color: Pompadour. HEX triplet: 84, 12 and 40. RGB value is (132,18,64). Sum of RGB (Red+Green+Blue) = 132+18+64=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #841240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841240 is #7BEDBF. Grayscale: #393939. Windows color (decimal): -8121792 or 4199044. OLE color: 4199044.

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

Color convert

RGB 132 18 64 -
CMYK 0 0.86 0.52 0.48
HSL 335.79º 0.76% 0.29% -
HSV(B) 335.79º 0.86% 0.52% -
XYZ 10.66 5.71 5.39 -
YUV 57.33 131.77 181.26 -
System Red Green Blue C M Y K H S L
Decimal 132 18 64 0 0.86 0.52 0.48 335.79 0.76 0.29
Hex 84 12 40 0 56 34 30 150 4C 1D
Octal 204 22 100 0 126 64 60 520 114 35
Binary 10000100 10010 1000000 0 1010110 110100 110000 101010000 1001100 11101

Color Harmonies of #841240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841240

Black with #841240

Text Example


Text Example

White with #841240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841240; }

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

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

background-color css

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

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

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

border-color css

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

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

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