#731041

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

Shades of Pompadour #731041

Tints of Pompadour #731041

Color information

#731041 (or 0x731041) is unknown color: approx Pompadour. HEX triplet: 73, 10 and 41. RGB value is (115,16,65). Sum of RGB (Red+Green+Blue) = 115+16+65=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #731041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731041 is #8CEFBE. Grayscale: #333333. Windows color (decimal): -9236415 or 4264051. OLE color: 4264051.

HSL color Cylindrical-coordinate representation of color #731041: hue angle of 330.3º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731041 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1151665-
CMYK00.860.430.55
HSL330.3º75.57%25.69%-
HSV(B)330.3º86.09%45.1%-
XYZ8.214.45.42-
YUV51.19135.8173.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.67%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=58.67%
G=8.16%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115166500.860.430.55330.375.5725.69
Hex7310410562B3714a4c1a
Octal163201010126536751211432
Binary111001110000100000101010110101011110111101001010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731041; }

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

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

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

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

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

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

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

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