Html Css Color HEX #84104C Pompadour

📋 copy color: '#84104C'

red 132 ◦ green 16 ◦ blue 76

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

Shades of Pompadour #84104C

Tints of Pompadour #84104C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.93%

R = 58.93%
G = 7.14%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84104C (or 0x84104C) is known color: Pompadour. HEX triplet: 84, 10 and 4C. RGB value is (132,16,76). Sum of RGB (Red+Green+Blue) = 132+16+76=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #84104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84104C is #7BEFB3. Grayscale: #393939. Windows color (decimal): -8122292 or 4984964. OLE color: 4984964.

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

Color convert

RGB 132 16 76 -
CMYK 0 0.88 0.42 0.48
HSL 328.97º 0.78% 0.29% -
HSV(B) 328.97º 0.88% 0.52% -
XYZ 11.01 5.8 7.38 -
YUV 57.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 132 16 76 0 0.88 0.42 0.48 328.97 0.78 0.29
Hex 84 10 4C 0 58 2A 30 149 4E 1D
Octal 204 20 114 0 130 52 60 511 116 35
Binary 10000100 10000 1001100 0 1011000 101010 110000 101001001 1001110 11101

Color Harmonies of #84104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84104C

Black with #84104C

Text Example


Text Example

White with #84104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84104C; }

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

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

background-color css

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

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

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

border-color css

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

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

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