Html Css Color HEX #731A49 Pompadour

📋 copy color: '#731A49'

red 115 ◦ green 26 ◦ blue 73

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

Shades of Pompadour #731A49

Tints of Pompadour #731A49

RGB

 RED value IS 115 (45.31% from 255) = 53.74%

 GREEN value IS 26 (10.55% from 255) = 12.15%

 BLUE value IS 73 (28.91% from 255) = 34.11%

R = 53.74%
G = 12.15%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#731A49 (or 0x731A49) is known color: Pompadour. HEX triplet: 73, 1A and 49. RGB value is (115,26,73). Sum of RGB (Red+Green+Blue) = 115+26+73=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #731A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A49 is #8CE5B6. Grayscale: #393939. Windows color (decimal): -9233847 or 4790899. OLE color: 4790899.

HSL color Cylindrical-coordinate representation of color #731A49: hue angle of 328.31º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731A49 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 26 73 -
CMYK 0 0.77 0.37 0.55
HSL 328.31º 0.63% 0.28% -
HSV(B) 328.31º 0.77% 0.45% -
XYZ 8.64 4.86 6.79 -
YUV 57.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 115 26 73 0 0.77 0.37 0.55 328.31 0.63 0.28
Hex 73 1A 49 0 4D 25 37 148 3F 1C
Octal 163 32 111 0 115 45 67 510 77 34
Binary 1110011 11010 1001001 0 1001101 100101 110111 101001000 111111 11100

Color Harmonies of #731A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A49

Black with #731A49

Text Example


Text Example

White with #731A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731A49; }

 p { color: rgb(115,26,73); }

 H1.HeaderClassName
 {
   color: #731A49;
 }
 .AnyTagClassName
 {
   color: #731A49;
 }
</style>

background-color css

<style>
 a { background-color: #731A49; }

 a { background-color: rgb(115,26,73); }

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

border-color css

<style>
 span { border-color: #731A49; }

 span { border-color: rgb(115,26,73); }

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