Html Css Color HEX #731740 Pompadour

📋 copy color: '#731740'

red 115 ◦ green 23 ◦ blue 64

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

Shades of Pompadour #731740

Tints of Pompadour #731740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.68%

R = 56.93%
G = 11.39%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#731740 (or 0x731740) is known color: Pompadour. HEX triplet: 73, 17 and 40. RGB value is (115,23,64). Sum of RGB (Red+Green+Blue) = 115+23+64=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #731740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731740 is #8CE8BF. Grayscale: #373737. Windows color (decimal): -9234624 or 4200307. OLE color: 4200307.

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

Color convert

RGB 115 23 64 -
CMYK 0 0.80 0.44 0.55
HSL 333.26º 0.67% 0.27% -
HSV(B) 333.26º 0.8% 0.45% -
XYZ 8.3 4.63 5.31 -
YUV 55.18 132.98 170.67 -
System Red Green Blue C M Y K H S L
Decimal 115 23 64 0 0.80 0.44 0.55 333.26 0.67 0.27
Hex 73 17 40 0 50 2C 37 14D 43 1B
Octal 163 27 100 0 120 54 67 515 103 33
Binary 1110011 10111 1000000 0 1010000 101100 110111 101001101 1000011 11011

Color Harmonies of #731740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731740

Black with #731740

Text Example


Text Example

White with #731740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731740; }

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

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

background-color css

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

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

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

border-color css

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

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

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