#731945

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

Shades of Pompadour #731945

Tints of Pompadour #731945

Color information

#731945 (or 0x731945) is unknown color: approx Pompadour. HEX triplet: 73, 19 and 45. RGB value is (115,25,69). Sum of RGB (Red+Green+Blue) = 115+25+69=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #731945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731945 is #8CE6BA. Grayscale: #383838. Windows color (decimal): -9234107 or 4528499. OLE color: 4528499.

HSL color Cylindrical-coordinate representation of color #731945: hue angle of 330.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731945 is Cyan = 0, Magento = 0.78, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB1152569-
CMYK00.780.40.55
HSL330.67º64.29%27.45%-
HSV(B)330.67º78.26%45.1%-
XYZ8.494.776.1-
YUV56.93134.82169.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.02%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=55.02%
G=11.96%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115256900.780.40.55330.6764.2927.45
Hex73194504E283714b401b
Octal163311050116506751310033
Binary111001111001100010101001110101000110111101001011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731945; }

 p { color: rgb(115,25,69); }

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

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

 a { background-color: rgb(115,25,69); }

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

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

 span { border-color: rgb(115,25,69); }

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