Html Css Color HEX #72214D Pompadour

📋 copy color: '#72214D'

red 114 ◦ green 33 ◦ blue 77

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

Shades of Pompadour #72214D

Tints of Pompadour #72214D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.38%

R = 50.89%
G = 14.73%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72214D (or 0x72214D) is known color: Pompadour. HEX triplet: 72, 21 and 4D. RGB value is (114,33,77). Sum of RGB (Red+Green+Blue) = 114+33+77=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72214D is #8DDEB2. Grayscale: #3E3E3E. Windows color (decimal): -9297587 or 5054834. OLE color: 5054834.

HSL color Cylindrical-coordinate representation of color #72214D: hue angle of 327.41º 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 #72214D is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 33 77 -
CMYK 0 0.71 0.32 0.55
HSL 327.41º 0.55% 0.29% -
HSV(B) 327.41º 0.71% 0.45% -
XYZ 8.82 5.2 7.56 -
YUV 62.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 114 33 77 0 0.71 0.32 0.55 327.41 0.55 0.29
Hex 72 21 4D 0 47 20 37 147 37 1D
Octal 162 41 115 0 107 40 67 507 67 35
Binary 1110010 100001 1001101 0 1000111 100000 110111 101000111 110111 11101

Color Harmonies of #72214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72214D

Black with #72214D

Text Example


Text Example

White with #72214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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