Html Css Color HEX #72214C Pompadour

📋 copy color: '#72214C'

red 114 ◦ green 33 ◦ blue 76

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

Shades of Pompadour #72214C

Tints of Pompadour #72214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.8%

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

R = 51.12%
G = 14.8%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#72214C (or 0x72214C) is known color: Pompadour. HEX triplet: 72, 21 and 4C. RGB value is (114,33,76). Sum of RGB (Red+Green+Blue) = 114+33+76=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72214C is #8DDEB3. Grayscale: #3E3E3E. Windows color (decimal): -9297588 or 4989298. OLE color: 4989298.

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

Color convert

RGB 114 33 76 -
CMYK 0 0.71 0.33 0.55
HSL 328.15º 0.55% 0.29% -
HSV(B) 328.15º 0.71% 0.45% -
XYZ 8.79 5.19 7.38 -
YUV 62.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 114 33 76 0 0.71 0.33 0.55 328.15 0.55 0.29
Hex 72 21 4C 0 47 21 37 148 37 1D
Octal 162 41 114 0 107 41 67 510 67 35
Binary 1110010 100001 1001100 0 1000111 100001 110111 101001000 110111 11101

Color Harmonies of #72214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72214C

Black with #72214C

Text Example


Text Example

White with #72214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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