#731244

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

Shades of Pompadour #731244

Tints of Pompadour #731244

Color information

#731244 (or 0x731244) is unknown color: approx Pompadour. HEX triplet: 73, 12 and 44. RGB value is (115,18,68). Sum of RGB (Red+Green+Blue) = 115+18+68=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #731244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731244 is #8CEDBB. Grayscale: #343434. Windows color (decimal): -9235900 or 4461171. OLE color: 4461171.

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

Color convert

RGB1151868-
CMYK00.840.410.55
HSL329.07º72.93%26.08%-
HSV(B)329.07º84.35%45.1%-
XYZ8.334.495.9-
YUV52.7136.64172.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 68 (26.95% from 255) = 33.83%
R=57.21%
G=8.96%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115186800.840.410.55329.0772.9326.08
Hex7312440542937149491a
Octal163221040124516751111132
Binary111001110010100010001010100101001110111101001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731244; }

 p { color: rgb(115,18,68); }

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

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

 a { background-color: rgb(115,18,68); }

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

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

 span { border-color: rgb(115,18,68); }

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