Html Css Color HEX #841141 Pompadour

📋 copy color: '#841141'

red 132 ◦ green 17 ◦ blue 65

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

Shades of Pompadour #841141

Tints of Pompadour #841141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.94%

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 61.68%
G = 7.94%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#841141 (or 0x841141) is known color: Pompadour. HEX triplet: 84, 11 and 41. RGB value is (132,17,65). Sum of RGB (Red+Green+Blue) = 132+17+65=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #841141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841141 is #7BEEBE. Grayscale: #383838. Windows color (decimal): -8122047 or 4264324. OLE color: 4264324.

HSL color Cylindrical-coordinate representation of color #841141: hue angle of 334.96º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841141 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 17 65 -
CMYK 0 0.87 0.51 0.48
HSL 334.96º 0.77% 0.29% -
HSV(B) 334.96º 0.87% 0.52% -
XYZ 10.67 5.69 5.54 -
YUV 56.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 132 17 65 0 0.87 0.51 0.48 334.96 0.77 0.29
Hex 84 11 41 0 57 33 30 14F 4D 1D
Octal 204 21 101 0 127 63 60 517 115 35
Binary 10000100 10001 1000001 0 1010111 110011 110000 101001111 1001101 11101

Color Harmonies of #841141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841141

Black with #841141

Text Example


Text Example

White with #841141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841141; }

 p { color: rgb(132,17,65); }

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

background-color css

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

 a { background-color: rgb(132,17,65); }

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

border-color css

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

 span { border-color: rgb(132,17,65); }

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