Html Css Color HEX #72164E Pompadour

📋 copy color: '#72164E'

red 114 ◦ green 22 ◦ blue 78

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

Shades of Pompadour #72164E

Tints of Pompadour #72164E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 53.27%
G = 10.28%
B = 36.45%

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

#72164E (or 0x72164E) is known color: Pompadour. HEX triplet: 72, 16 and 4E. RGB value is (114,22,78). Sum of RGB (Red+Green+Blue) = 114+22+78=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72164E is #8DE9B1. Grayscale: #373737. Windows color (decimal): -9300402 or 5117554. OLE color: 5117554.

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

Color convert

RGB 114 22 78 -
CMYK 0 0.81 0.32 0.55
HSL 323.48º 0.68% 0.27% -
HSV(B) 323.48º 0.81% 0.45% -
XYZ 8.6 4.7 7.66 -
YUV 55.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 114 22 78 0 0.81 0.32 0.55 323.48 0.68 0.27
Hex 72 16 4E 0 51 20 37 143 44 1B
Octal 162 26 116 0 121 40 67 503 104 33
Binary 1110010 10110 1001110 0 1010001 100000 110111 101000011 1000100 11011

Color Harmonies of #72164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72164E

Black with #72164E

Text Example


Text Example

White with #72164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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