Html Css Color HEX #72144E Pompadour

📋 copy color: '#72144E'

red 114 ◦ green 20 ◦ blue 78

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

Shades of Pompadour #72144E

Tints of Pompadour #72144E

RGB

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

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

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

R = 53.77%
G = 9.43%
B = 36.79%

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

#72144E (or 0x72144E) is known color: Pompadour. HEX triplet: 72, 14 and 4E. RGB value is (114,20,78). Sum of RGB (Red+Green+Blue) = 114+20+78=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72144E is #8DEBB1. Grayscale: #363636. Windows color (decimal): -9300914 or 5117042. OLE color: 5117042.

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

Color convert

RGB 114 20 78 -
CMYK 0 0.82 0.32 0.55
HSL 322.98º 0.7% 0.26% -
HSV(B) 322.98º 0.82% 0.45% -
XYZ 8.56 4.63 7.65 -
YUV 54.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 114 20 78 0 0.82 0.32 0.55 322.98 0.7 0.26
Hex 72 14 4E 0 52 20 37 143 46 1A
Octal 162 24 116 0 122 40 67 503 106 32
Binary 1110010 10100 1001110 0 1010010 100000 110111 101000011 1000110 11010

Color Harmonies of #72144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72144E

Black with #72144E

Text Example


Text Example

White with #72144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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