Html Css Color HEX #72174D Pompadour

📋 copy color: '#72174D'

red 114 ◦ green 23 ◦ blue 77

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

Shades of Pompadour #72174D

Tints of Pompadour #72174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

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

R = 53.27%
G = 10.75%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72174D (or 0x72174D) is known color: Pompadour. HEX triplet: 72, 17 and 4D. RGB value is (114,23,77). Sum of RGB (Red+Green+Blue) = 114+23+77=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72174D is #8DE8B2. Grayscale: #383838. Windows color (decimal): -9300147 or 5052274. OLE color: 5052274.

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

Color convert

RGB 114 23 77 -
CMYK 0 0.80 0.32 0.55
HSL 324.4º 0.66% 0.27% -
HSV(B) 324.4º 0.8% 0.45% -
XYZ 8.59 4.73 7.48 -
YUV 56.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 114 23 77 0 0.80 0.32 0.55 324.4 0.66 0.27
Hex 72 17 4D 0 50 20 37 144 42 1B
Octal 162 27 115 0 120 40 67 504 102 33
Binary 1110010 10111 1001101 0 1010000 100000 110111 101000100 1000010 11011

Color Harmonies of #72174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72174D

Black with #72174D

Text Example


Text Example

White with #72174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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