Html Css Color HEX #841242 Pompadour

📋 copy color: '#841242'

red 132 ◦ green 18 ◦ blue 66

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

Shades of Pompadour #841242

Tints of Pompadour #841242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.56%

R = 61.11%
G = 8.33%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#841242 (or 0x841242) is known color: Pompadour. HEX triplet: 84, 12 and 42. RGB value is (132,18,66). Sum of RGB (Red+Green+Blue) = 132+18+66=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #841242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841242 is #7BEDBD. Grayscale: #393939. Windows color (decimal): -8121790 or 4330116. OLE color: 4330116.

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

Color convert

RGB 132 18 66 -
CMYK 0 0.86 0.5 0.48
HSL 334.74º 0.76% 0.29% -
HSV(B) 334.74º 0.86% 0.52% -
XYZ 10.72 5.73 5.7 -
YUV 57.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 132 18 66 0 0.86 0.5 0.48 334.74 0.76 0.29
Hex 84 12 42 0 56 32 30 14F 4C 1D
Octal 204 22 102 0 126 62 60 517 114 35
Binary 10000100 10010 1000010 0 1010110 110010 110000 101001111 1001100 11101

Color Harmonies of #841242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841242

Black with #841242

Text Example


Text Example

White with #841242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841242; }

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

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

background-color css

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

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

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

border-color css

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

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

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