Html Css Color HEX #84124A Pompadour

📋 copy color: '#84124A'

red 132 ◦ green 18 ◦ blue 74

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

Shades of Pompadour #84124A

Tints of Pompadour #84124A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 58.93%
G = 8.04%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84124A (or 0x84124A) is known color: Pompadour. HEX triplet: 84, 12 and 4A. RGB value is (132,18,74). Sum of RGB (Red+Green+Blue) = 132+18+74=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #84124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84124A is #7BEDB5. Grayscale: #3A3A3A. Windows color (decimal): -8121782 or 4854404. OLE color: 4854404.

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

Color convert

RGB 132 18 74 -
CMYK 0 0.86 0.44 0.48
HSL 330.53º 0.76% 0.29% -
HSV(B) 330.53º 0.86% 0.52% -
XYZ 10.97 5.83 7.03 -
YUV 58.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 132 18 74 0 0.86 0.44 0.48 330.53 0.76 0.29
Hex 84 12 4A 0 56 2C 30 14B 4C 1D
Octal 204 22 112 0 126 54 60 513 114 35
Binary 10000100 10010 1001010 0 1010110 101100 110000 101001011 1001100 11101

Color Harmonies of #84124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84124A

Black with #84124A

Text Example


Text Example

White with #84124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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