#731741

Color #731741 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #731741

Tints of Pompadour #731741

Color information

#731741 (or 0x731741) is unknown color: approx Pompadour. HEX triplet: 73, 17 and 41. RGB value is (115,23,65). Sum of RGB (Red+Green+Blue) = 115+23+65=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #731741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731741 is #8CE8BE. Grayscale: #373737. Windows color (decimal): -9234623 or 4265843. OLE color: 4265843.

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

Color convert

RGB1152365-
CMYK00.800.430.55
HSL332.61º66.67%27.06%-
HSV(B)332.61º80%45.1%-
XYZ8.334.645.46-
YUV55.3133.48170.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 23 (9.38% from 255) = 11.33%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=56.65%
G=11.33%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115236500.800.430.55332.6166.6727.06
Hex7317410502B3714d431b
Octal163271010120536751510333
Binary111001110111100000101010000101011110111101001101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731741; }

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

 H1.HeaderClassName
 {
   color: #731741;
 }
 .AnyTagClassName
 {
   color: #731741;
 }
</style>
background-color css

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

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

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

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

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

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