Html Css Color HEX #731949 Pompadour

📋 copy color: '#731949'

red 115 ◦ green 25 ◦ blue 73

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

Shades of Pompadour #731949

Tints of Pompadour #731949

RGB

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

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

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

R = 53.99%
G = 11.74%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#731949 (or 0x731949) is known color: Pompadour. HEX triplet: 73, 19 and 49. RGB value is (115,25,73). Sum of RGB (Red+Green+Blue) = 115+25+73=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #731949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731949 is #8CE6B6. Grayscale: #393939. Windows color (decimal): -9234103 or 4790643. OLE color: 4790643.

HSL color Cylindrical-coordinate representation of color #731949: hue angle of 328º 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 #731949 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 73 -
CMYK 0 0.78 0.37 0.55
HSL 328º 0.64% 0.27% -
HSV(B) 328º 0.78% 0.45% -
XYZ 8.62 4.82 6.78 -
YUV 57.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 115 25 73 0 0.78 0.37 0.55 328 0.64 0.27
Hex 73 19 49 0 4E 25 37 148 40 1B
Octal 163 31 111 0 116 45 67 510 100 33
Binary 1110011 11001 1001001 0 1001110 100101 110111 101001000 1000000 11011

Color Harmonies of #731949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731949

Black with #731949

Text Example


Text Example

White with #731949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731949; }

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

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

background-color css

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

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

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

border-color css

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

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

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