Html Css Color HEX #731749 Pompadour

📋 copy color: '#731749'

red 115 ◦ green 23 ◦ blue 73

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

Shades of Pompadour #731749

Tints of Pompadour #731749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

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

R = 54.5%
G = 10.9%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#731749 (or 0x731749) is known color: Pompadour. HEX triplet: 73, 17 and 49. RGB value is (115,23,73). Sum of RGB (Red+Green+Blue) = 115+23+73=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #731749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731749 is #8CE8B6. Grayscale: #383838. Windows color (decimal): -9234615 or 4790131. OLE color: 4790131.

HSL color Cylindrical-coordinate representation of color #731749: hue angle of 327.39º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731749 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 73 -
CMYK 0 0.80 0.37 0.55
HSL 327.39º 0.67% 0.27% -
HSV(B) 327.39º 0.8% 0.45% -
XYZ 8.58 4.74 6.77 -
YUV 56.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 115 23 73 0 0.80 0.37 0.55 327.39 0.67 0.27
Hex 73 17 49 0 50 25 37 147 43 1B
Octal 163 27 111 0 120 45 67 507 103 33
Binary 1110011 10111 1001001 0 1010000 100101 110111 101000111 1000011 11011

Color Harmonies of #731749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731749

Black with #731749

Text Example


Text Example

White with #731749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731749; }

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

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

background-color css

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

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

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

border-color css

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

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

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