Html Css Color HEX #72184D Pompadour

📋 copy color: '#72184D'

red 114 ◦ green 24 ◦ blue 77

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

Shades of Pompadour #72184D

Tints of Pompadour #72184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

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

R = 53.02%
G = 11.16%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72184D (or 0x72184D) is known color: Pompadour. HEX triplet: 72, 18 and 4D. RGB value is (114,24,77). Sum of RGB (Red+Green+Blue) = 114+24+77=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #72184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72184D is #8DE7B2. Grayscale: #383838. Windows color (decimal): -9299891 or 5052530. OLE color: 5052530.

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

Color convert

RGB 114 24 77 -
CMYK 0 0.79 0.32 0.55
HSL 324.67º 0.65% 0.27% -
HSV(B) 324.67º 0.79% 0.45% -
XYZ 8.61 4.77 7.49 -
YUV 56.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 114 24 77 0 0.79 0.32 0.55 324.67 0.65 0.27
Hex 72 18 4D 0 4F 20 37 145 41 1B
Octal 162 30 115 0 117 40 67 505 101 33
Binary 1110010 11000 1001101 0 1001111 100000 110111 101000101 1000001 11011

Color Harmonies of #72184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72184D

Black with #72184D

Text Example


Text Example

White with #72184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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