Html Css Color HEX #731744 Pompadour

📋 copy color: '#731744'

red 115 ◦ green 23 ◦ blue 68

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

Shades of Pompadour #731744

Tints of Pompadour #731744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.01%

R = 55.83%
G = 11.17%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#731744 (or 0x731744) is known color: Pompadour. HEX triplet: 73, 17 and 44. RGB value is (115,23,68). Sum of RGB (Red+Green+Blue) = 115+23+68=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #731744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731744 is #8CE8BB. Grayscale: #373737. Windows color (decimal): -9234620 or 4462451. OLE color: 4462451.

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

Color convert

RGB 115 23 68 -
CMYK 0 0.80 0.41 0.55
HSL 330.65º 0.67% 0.27% -
HSV(B) 330.65º 0.8% 0.45% -
XYZ 8.42 4.67 5.93 -
YUV 55.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 115 23 68 0 0.80 0.41 0.55 330.65 0.67 0.27
Hex 73 17 44 0 50 29 37 14B 43 1B
Octal 163 27 104 0 120 51 67 513 103 33
Binary 1110011 10111 1000100 0 1010000 101001 110111 101001011 1000011 11011

Color Harmonies of #731744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731744

Black with #731744

Text Example


Text Example

White with #731744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731744; }

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

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

background-color css

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

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

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

border-color css

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

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

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