Html Css Color HEX #72194A Pompadour

📋 copy color: '#72194A'

red 114 ◦ green 25 ◦ blue 74

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

Shades of Pompadour #72194A

Tints of Pompadour #72194A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

 BLUE value IS 74 (29.3% from 255) = 34.74%

R = 53.52%
G = 11.74%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72194A (or 0x72194A) is known color: Pompadour. HEX triplet: 72, 19 and 4A. RGB value is (114,25,74). Sum of RGB (Red+Green+Blue) = 114+25+74=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72194A is #8DE6B5. Grayscale: #393939. Windows color (decimal): -9299638 or 4856178. OLE color: 4856178.

HSL color Cylindrical-coordinate representation of color #72194A: hue angle of 326.97º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72194A is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 74 -
CMYK 0 0.78 0.35 0.55
HSL 326.97º 0.64% 0.27% -
HSV(B) 326.97º 0.78% 0.45% -
XYZ 8.52 4.77 6.95 -
YUV 57.2 137.49 168.52 -
System Red Green Blue C M Y K H S L
Decimal 114 25 74 0 0.78 0.35 0.55 326.97 0.64 0.27
Hex 72 19 4A 0 4E 23 37 147 40 1B
Octal 162 31 112 0 116 43 67 507 100 33
Binary 1110010 11001 1001010 0 1001110 100011 110111 101000111 1000000 11011

Color Harmonies of #72194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72194A

Black with #72194A

Text Example


Text Example

White with #72194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72194A; }

 p { color: rgb(114,25,74); }

 H1.HeaderClassName
 {
   color: #72194A;
 }
 .AnyTagClassName
 {
   color: #72194A;
 }
</style>

background-color css

<style>
 a { background-color: #72194A; }

 a { background-color: rgb(114,25,74); }

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

border-color css

<style>
 span { border-color: #72194A; }

 span { border-color: rgb(114,25,74); }

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