Html Css Color HEX #72164D Pompadour

📋 copy color: '#72164D'

red 114 ◦ green 22 ◦ blue 77

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

Shades of Pompadour #72164D

Tints of Pompadour #72164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.33%

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

R = 53.52%
G = 10.33%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72164D (or 0x72164D) is known color: Pompadour. HEX triplet: 72, 16 and 4D. RGB value is (114,22,77). Sum of RGB (Red+Green+Blue) = 114+22+77=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72164D is #8DE9B2. Grayscale: #373737. Windows color (decimal): -9300403 or 5052018. OLE color: 5052018.

HSL color Cylindrical-coordinate representation of color #72164D: hue angle of 324.13º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72164D is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 77 -
CMYK 0 0.81 0.32 0.55
HSL 324.13º 0.68% 0.27% -
HSV(B) 324.13º 0.81% 0.45% -
XYZ 8.57 4.69 7.47 -
YUV 55.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 114 22 77 0 0.81 0.32 0.55 324.13 0.68 0.27
Hex 72 16 4D 0 51 20 37 144 44 1B
Octal 162 26 115 0 121 40 67 504 104 33
Binary 1110010 10110 1001101 0 1010001 100000 110111 101000100 1000100 11011

Color Harmonies of #72164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72164D

Black with #72164D

Text Example


Text Example

White with #72164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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