#731856

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

Shades of Pompadour #731856

Tints of Pompadour #731856

Color information

#731856 (or 0x731856) is unknown color: approx Pompadour. HEX triplet: 73, 18 and 56. RGB value is (115,24,86). Sum of RGB (Red+Green+Blue) = 115+24+86=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #731856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731856 is #8CE7A9. Grayscale: #3A3A3A. Windows color (decimal): -9234346 or 5642355. OLE color: 5642355.

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

Color convert

RGB1152486-
CMYK00.790.250.55
HSL319.12º65.47%27.25%-
HSV(B)319.12º79.13%45.1%-
XYZ9.084.979.29-
YUV58.28143.65168.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=51.11%
G=10.67%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115248600.790.250.55319.1265.4727.25
Hex73185604F193713f411b
Octal163301260117316747710133
Binary11100111100010101100100111111001110111100111111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731856; }

 p { color: rgb(115,24,86); }

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

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

 a { background-color: rgb(115,24,86); }

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

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

 span { border-color: rgb(115,24,86); }

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