Html Css Color HEX #72204C Pompadour

📋 copy color: '#72204C'

red 114 ◦ green 32 ◦ blue 76

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

Shades of Pompadour #72204C

Tints of Pompadour #72204C

RGB

 RED value IS 114 (44.92% from 255) = 51.35%

 GREEN value IS 32 (12.89% from 255) = 14.41%

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

R = 51.35%
G = 14.41%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#72204C (or 0x72204C) is known color: Pompadour. HEX triplet: 72, 20 and 4C. RGB value is (114,32,76). Sum of RGB (Red+Green+Blue) = 114+32+76=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72204C is #8DDFB3. Grayscale: #3D3D3D. Windows color (decimal): -9297844 or 4989042. OLE color: 4989042.

HSL color Cylindrical-coordinate representation of color #72204C: hue angle of 327.8º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72204C is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 76 -
CMYK 0 0.72 0.33 0.55
HSL 327.8º 0.56% 0.29% -
HSV(B) 327.8º 0.72% 0.45% -
XYZ 8.76 5.13 7.37 -
YUV 61.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 114 32 76 0 0.72 0.33 0.55 327.8 0.56 0.29
Hex 72 20 4C 0 48 21 37 148 38 1D
Octal 162 40 114 0 110 41 67 510 70 35
Binary 1110010 100000 1001100 0 1001000 100001 110111 101001000 111000 11101

Color Harmonies of #72204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72204C

Black with #72204C

Text Example


Text Example

White with #72204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,32,76); }

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

background-color css

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

 a { background-color: rgb(114,32,76); }

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

border-color css

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

 span { border-color: rgb(114,32,76); }

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