Html Css Color HEX #841343 Pompadour

📋 copy color: '#841343'

red 132 ◦ green 19 ◦ blue 67

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

Shades of Pompadour #841343

Tints of Pompadour #841343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

 BLUE value IS 67 (26.56% from 255) = 30.73%

R = 60.55%
G = 8.72%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#841343 (or 0x841343) is known color: Pompadour. HEX triplet: 84, 13 and 43. RGB value is (132,19,67). Sum of RGB (Red+Green+Blue) = 132+19+67=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #841343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841343 is #7BECBC. Grayscale: #3A3A3A. Windows color (decimal): -8121533 or 4395908. OLE color: 4395908.

HSL color Cylindrical-coordinate representation of color #841343: hue angle of 334.51º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841343 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 19 67 -
CMYK 0 0.86 0.49 0.48
HSL 334.51º 0.75% 0.3% -
HSV(B) 334.51º 0.86% 0.52% -
XYZ 10.76 5.78 5.86 -
YUV 58.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 132 19 67 0 0.86 0.49 0.48 334.51 0.75 0.3
Hex 84 13 43 0 56 31 30 14F 4B 1E
Octal 204 23 103 0 126 61 60 517 113 36
Binary 10000100 10011 1000011 0 1010110 110001 110000 101001111 1001011 11110

Color Harmonies of #841343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841343

Black with #841343

Text Example


Text Example

White with #841343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841343; }

 p { color: rgb(132,19,67); }

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

background-color css

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

 a { background-color: rgb(132,19,67); }

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

border-color css

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

 span { border-color: rgb(132,19,67); }

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