Html Css Color HEX #841044 Pompadour

📋 copy color: '#841044'

red 132 ◦ green 16 ◦ blue 68

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

Shades of Pompadour #841044

Tints of Pompadour #841044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

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

R = 61.11%
G = 7.41%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#841044 (or 0x841044) is known color: Pompadour. HEX triplet: 84, 10 and 44. RGB value is (132,16,68). Sum of RGB (Red+Green+Blue) = 132+16+68=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #841044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841044 is #7BEFBB. Grayscale: #383838. Windows color (decimal): -8122300 or 4460676. OLE color: 4460676.

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

Color convert

RGB 132 16 68 -
CMYK 0 0.88 0.48 0.48
HSL 333.1º 0.78% 0.29% -
HSV(B) 333.1º 0.88% 0.52% -
XYZ 10.74 5.69 6 -
YUV 56.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 132 16 68 0 0.88 0.48 0.48 333.1 0.78 0.29
Hex 84 10 44 0 58 30 30 14D 4E 1D
Octal 204 20 104 0 130 60 60 515 116 35
Binary 10000100 10000 1000100 0 1011000 110000 110000 101001101 1001110 11101

Color Harmonies of #841044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841044

Black with #841044

Text Example


Text Example

White with #841044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841044; }

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

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

background-color css

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

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

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

border-color css

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

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

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