#731145

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

Shades of Pompadour #731145

Tints of Pompadour #731145

Color information

#731145 (or 0x731145) is unknown color: approx Pompadour. HEX triplet: 73, 11 and 45. RGB value is (115,17,69). Sum of RGB (Red+Green+Blue) = 115+17+69=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #731145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731145 is #8CEEBA. Grayscale: #343434. Windows color (decimal): -9236155 or 4526451. OLE color: 4526451.

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

Color convert

RGB1151769-
CMYK00.850.40.55
HSL328.16º74.24%25.88%-
HSV(B)328.16º85.22%45.1%-
XYZ8.344.486.05-
YUV52.23137.47172.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 17 (7.03% from 255) = 8.46%
BLUE value IS 69 (27.34% from 255) = 34.33%
R=57.21%
G=8.46%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115176900.850.40.55328.1674.2425.88
Hex73114505528371484a1a
Octal163211050125506751011232
Binary111001110001100010101010101101000110111101001000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731145; }

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

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

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

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

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

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

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

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