Html Css Color HEX #841244 Pompadour

📋 copy color: '#841244'

red 132 ◦ green 18 ◦ blue 68

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

Shades of Pompadour #841244

Tints of Pompadour #841244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.19%

R = 60.55%
G = 8.26%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#841244 (or 0x841244) is known color: Pompadour. HEX triplet: 84, 12 and 44. RGB value is (132,18,68). Sum of RGB (Red+Green+Blue) = 132+18+68=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #841244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841244 is #7BEDBB. Grayscale: #393939. Windows color (decimal): -8121788 or 4461188. OLE color: 4461188.

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

Color convert

RGB 132 18 68 -
CMYK 0 0.86 0.48 0.48
HSL 333.68º 0.76% 0.29% -
HSV(B) 333.68º 0.86% 0.52% -
XYZ 10.78 5.76 6.01 -
YUV 57.79 133.77 180.93 -
System Red Green Blue C M Y K H S L
Decimal 132 18 68 0 0.86 0.48 0.48 333.68 0.76 0.29
Hex 84 12 44 0 56 30 30 14E 4C 1D
Octal 204 22 104 0 126 60 60 516 114 35
Binary 10000100 10010 1000100 0 1010110 110000 110000 101001110 1001100 11101

Color Harmonies of #841244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841244

Black with #841244

Text Example


Text Example

White with #841244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841244; }

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

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

background-color css

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

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

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

border-color css

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

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

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