Html Css Color HEX #72144D Pompadour

📋 copy color: '#72144D'

red 114 ◦ green 20 ◦ blue 77

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

Shades of Pompadour #72144D

Tints of Pompadour #72144D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

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

R = 54.03%
G = 9.48%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72144D (or 0x72144D) is known color: Pompadour. HEX triplet: 72, 14 and 4D. RGB value is (114,20,77). Sum of RGB (Red+Green+Blue) = 114+20+77=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72144D is #8DEBB2. Grayscale: #363636. Windows color (decimal): -9300915 or 5051506. OLE color: 5051506.

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

Color convert

RGB 114 20 77 -
CMYK 0 0.82 0.32 0.55
HSL 323.62º 0.7% 0.26% -
HSV(B) 323.62º 0.82% 0.45% -
XYZ 8.53 4.61 7.46 -
YUV 54.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 114 20 77 0 0.82 0.32 0.55 323.62 0.7 0.26
Hex 72 14 4D 0 52 20 37 144 46 1A
Octal 162 24 115 0 122 40 67 504 106 32
Binary 1110010 10100 1001101 0 1010010 100000 110111 101000100 1000110 11010

Color Harmonies of #72144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72144D

Black with #72144D

Text Example


Text Example

White with #72144D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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