Html Css Color HEX #841146 Pompadour

📋 copy color: '#841146'

red 132 ◦ green 17 ◦ blue 70

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

Shades of Pompadour #841146

Tints of Pompadour #841146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.96%

R = 60.27%
G = 7.76%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#841146 (or 0x841146) is known color: Pompadour. HEX triplet: 84, 11 and 46. RGB value is (132,17,70). Sum of RGB (Red+Green+Blue) = 132+17+70=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #841146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841146 is #7BEEB9. Grayscale: #393939. Windows color (decimal): -8122042 or 4592004. OLE color: 4592004.

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

Color convert

RGB 132 17 70 -
CMYK 0 0.87 0.47 0.48
HSL 332.35º 0.77% 0.29% -
HSV(B) 332.35º 0.87% 0.52% -
XYZ 10.82 5.75 6.33 -
YUV 57.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 132 17 70 0 0.87 0.47 0.48 332.35 0.77 0.29
Hex 84 11 46 0 57 2F 30 14C 4D 1D
Octal 204 21 106 0 127 57 60 514 115 35
Binary 10000100 10001 1000110 0 1010111 101111 110000 101001100 1001101 11101

Color Harmonies of #841146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841146

Black with #841146

Text Example


Text Example

White with #841146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841146; }

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

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

background-color css

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

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

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

border-color css

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

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

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