#731C4A

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

Shades of Pompadour #731C4A

Tints of Pompadour #731C4A

Color information

#731C4A (or 0x731C4A) is unknown color: approx Pompadour. HEX triplet: 73, 1C and 4A. RGB value is (115,28,74). Sum of RGB (Red+Green+Blue) = 115+28+74=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #731C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C4A is #8CE3B5. Grayscale: #3B3B3B. Windows color (decimal): -9233334 or 4856947. OLE color: 4856947.

HSL color Cylindrical-coordinate representation of color #731C4A: hue angle of 328.28º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C4A is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1152874-
CMYK00.760.360.55
HSL328.28º60.84%28.04%-
HSV(B)328.28º75.65%45.1%-
XYZ8.724.976.98-
YUV59.26136.32167.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.00%
GREEN value IS 28 (11.33% from 255) = 12.90%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=53.00%
G=12.90%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115287400.760.360.55328.2860.8428.04
Hex731C4A04C24371483d1c
Octal16334112011444675107534
Binary11100111110010010100100110010010011011110100100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731C4A; }

 p { color: rgb(115,28,74); }

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

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

 a { background-color: rgb(115,28,74); }

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

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

 span { border-color: rgb(115,28,74); }

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